aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix13
1 files changed, 12 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 230502c..fc54d2a 100644
--- a/home.nix
+++ b/home.nix
@@ -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;
+# };
};
}