vesktop:
This commit is contained in:
parent
802681a2be
commit
ca4e157a76
2 changed files with 6 additions and 0 deletions
5
nixos/features/discord.nix
Normal file
5
nixos/features/discord.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = [
|
||||
pkgs.vesktop
|
||||
];
|
||||
}
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
../../features/xfce.nix #TODO: sound may be wrong
|
||||
../../features/wifi.nix
|
||||
../../features/discord.nix
|
||||
];
|
||||
|
||||
home-manager.users.noe = import ../../../home-manager/noe/hosts/cider.nix;
|
||||
|
|
Loading…
Add table
Reference in a new issue