summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/flake.nix b/nixos/flake.nix
index dbd6795..d601134 100644
--- a/nixos/flake.nix
+++ b/nixos/flake.nix
@@ -26,6 +26,7 @@
./mngr.nix
./hypr.nix
./shell.nix
+ ./vim.nix
];
};
}
@@ -44,6 +45,7 @@
home-manager.users.cat = {
imports = [
./mngr.nix
+ ./vim.nix
];
};
}