summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-11 23:10:24 +0200
committerGitHub <noreply@github.com>2026-06-11 23:10:24 +0200
commit25f05817e639246ddc524b1da67dbb9f51888393 (patch)
tree0cac732cc9c64353173acb3e657c77839f577376 /nixos
parent5a50c439e0bd5f23d3e6245690e63798c18f2dbc (diff)
Update flake.nix
Diffstat (limited to 'nixos')
-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
];
};
}