diff options
Diffstat (limited to 'form/home.nix')
| -rw-r--r-- | form/home.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/form/home.nix b/form/home.nix index c9f7a2f..4a691ea 100644 --- a/form/home.nix +++ b/form/home.nix @@ -1,4 +1,10 @@ -{ inputs, config, lib, pkgs, ... }: +{ + inputs, + config, + lib, + pkgs, + ... +}: { imports = [ ../modules/global.nix @@ -8,7 +14,7 @@ config.modules = { global = { wayland = true; - + extraPackages = with pkgs; [ wmenu cmatrix |