This commit is contained in:
41666 2023-12-14 23:03:37 -05:00
parent 802681a2be
commit ca4e157a76
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
environment.systemPackages = [
pkgs.vesktop
];
}

View file

@ -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;