diff options
Diffstat (limited to 'fw/home.nix')
| -rw-r--r-- | fw/home.nix | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/fw/home.nix b/fw/home.nix index 0f4ee8a..2be461e 100644 --- a/fw/home.nix +++ b/fw/home.nix @@ -1,4 +1,10 @@ -{ inputs, config, lib, pkgs, ... }: +{ + inputs, + config, + lib, + pkgs, + ... +}: { imports = [ ../modules/global.nix @@ -19,7 +25,7 @@ config.modules = { global = { wayland = true; - + extraPackages = with pkgs; [ wmenu cmatrix @@ -27,6 +33,7 @@ pfetch nicotine-plus mpc + ncmpcpp ]; }; |