mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: added discord-canary and webcord
This commit is contained in:
parent
7badd8d008
commit
0bd16f90fe
5 changed files with 52 additions and 9 deletions
|
@ -1,11 +1,10 @@
|
||||||
|
let
|
||||||
|
content = builtins.readDir ./.;
|
||||||
|
|
||||||
|
dirContent = builtins.filter (n: content.${n} == "directory") (builtins.attrNames content);
|
||||||
|
|
||||||
|
importList = map (name: ./. + "/${name}") dirContent;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
pkgs,
|
imports = importList;
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
home.packages = builtins.attrValues {
|
|
||||||
inherit (pkgs)
|
|
||||||
discord
|
|
||||||
;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
home.packages = builtins.attrValues {
|
||||||
|
inherit (pkgs)
|
||||||
|
discord-canary
|
||||||
|
;
|
||||||
|
};
|
||||||
|
}
|
11
home/modules/gui/apps/messaging/discord/discordOfficial/default.nix
Executable file
11
home/modules/gui/apps/messaging/discord/discordOfficial/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
home.packages = builtins.attrValues {
|
||||||
|
inherit (pkgs)
|
||||||
|
discord
|
||||||
|
;
|
||||||
|
};
|
||||||
|
}
|
11
home/modules/gui/apps/messaging/discord/vesktop/default.nix
Executable file
11
home/modules/gui/apps/messaging/discord/vesktop/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
home.packages = builtins.attrValues {
|
||||||
|
inherit (pkgs)
|
||||||
|
vesktop
|
||||||
|
;
|
||||||
|
};
|
||||||
|
}
|
11
home/modules/gui/apps/messaging/discord/webcord/default.nix
Normal file
11
home/modules/gui/apps/messaging/discord/webcord/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
home.packages = builtins.attrValues {
|
||||||
|
inherit (pkgs)
|
||||||
|
webcord
|
||||||
|
;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue