diff options
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,4 @@ -{ inputs, config, lib, pkgs, ... }: +{ inputs, config, lib, pkgs, nixgl, ... }: { imports = [ ./modules/global.nix @@ -6,6 +6,17 @@ ]; config.modules = { + global = { + notNixOS = true; + }; foot.enable = true; + + + neovim = { + enable = true; + }; +# sway = { +# enable = true; +# }; }; } |