mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: init
This commit is contained in:
commit
96c6f790fc
804 changed files with 33411 additions and 0 deletions
11
modules/home/gui/apps/messaging/default.nix
Executable file
11
modules/home/gui/apps/messaging/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
importList =
|
||||
let
|
||||
content = builtins.readDir ./.;
|
||||
dirContent = builtins.filter (n: content.${n} == "directory") (builtins.attrNames content);
|
||||
in
|
||||
map (name: ./. + "/${name}") dirContent;
|
||||
in
|
||||
{
|
||||
imports = importList;
|
||||
}
|
11
modules/home/gui/apps/messaging/discord/default.nix
Executable file
11
modules/home/gui/apps/messaging/discord/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
importList =
|
||||
let
|
||||
content = builtins.readDir ./.;
|
||||
dirContent = builtins.filter (n: content.${n} == "directory") (builtins.attrNames content);
|
||||
in
|
||||
map (name: ./. + "/${name}") dirContent;
|
||||
in
|
||||
{
|
||||
imports = importList;
|
||||
}
|
11
modules/home/gui/apps/messaging/discord/discordCanary/default.nix
Executable file
11
modules/home/gui/apps/messaging/discord/discordCanary/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
discord-canary
|
||||
;
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/discord/discordOfficial/default.nix
Executable file
11
modules/home/gui/apps/messaging/discord/discordOfficial/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
discord
|
||||
;
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/discord/dissent/default.nix
Executable file
11
modules/home/gui/apps/messaging/discord/dissent/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
dissent
|
||||
;
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/discord/vesktop/default.nix
Executable file
11
modules/home/gui/apps/messaging/discord/vesktop/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
vesktop
|
||||
;
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/discord/webcord/default.nix
Executable file
11
modules/home/gui/apps/messaging/discord/webcord/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
webcord
|
||||
;
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/matrix/default.nix
Executable file
11
modules/home/gui/apps/messaging/matrix/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
importList =
|
||||
let
|
||||
content = builtins.readDir ./.;
|
||||
dirContent = builtins.filter (n: content.${n} == "directory") (builtins.attrNames content);
|
||||
in
|
||||
map (name: ./. + "/${name}") dirContent;
|
||||
in
|
||||
{
|
||||
imports = importList;
|
||||
}
|
11
modules/home/gui/apps/messaging/matrix/element/default.nix
Executable file
11
modules/home/gui/apps/messaging/matrix/element/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
element-desktop
|
||||
;
|
||||
};
|
||||
}
|
8
modules/home/gui/apps/messaging/matrix/nheko/default.nix
Executable file
8
modules/home/gui/apps/messaging/matrix/nheko/default.nix
Executable file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.nheko = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
};
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/signal/default.nix
Executable file
11
modules/home/gui/apps/messaging/signal/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
signal-desktop
|
||||
;
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/slack/default.nix
Executable file
11
modules/home/gui/apps/messaging/slack/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
slack
|
||||
;
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/tdesktop/default.nix
Executable file
11
modules/home/gui/apps/messaging/tdesktop/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
tdesktop
|
||||
;
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/teams/default.nix
Executable file
11
modules/home/gui/apps/messaging/teams/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
teams-for-linux
|
||||
;
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/whatsApp/default.nix
Executable file
11
modules/home/gui/apps/messaging/whatsApp/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
whatsapp-for-linux
|
||||
;
|
||||
};
|
||||
}
|
11
modules/home/gui/apps/messaging/zoom/default.nix
Executable file
11
modules/home/gui/apps/messaging/zoom/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
zoom-us
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue