Use a more customized Discord package
This commit is contained in:
parent
6a14d9d7ad
commit
8e49a68efb
4 changed files with 34 additions and 2 deletions
|
@ -3,6 +3,7 @@ with lib; {
|
|||
imports = [
|
||||
./modules/linux/graphical
|
||||
./modules/X11/xfce4-notifyd.nix
|
||||
./modules/programs/discord.nix
|
||||
];
|
||||
config = (mkIf pkgs.stdenv.isLinux {
|
||||
home.packages = with pkgs; [
|
||||
|
@ -16,6 +17,9 @@ with lib; {
|
|||
vivaldi
|
||||
mpv # for anki
|
||||
pkgs.unstable.anki-bin
|
||||
|
||||
tdesktop
|
||||
whatsapp-for-linux
|
||||
]
|
||||
else [ ]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue