diff options
| author | caley <u65487754@gmail.com> | 2026-06-11 23:10:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-11 23:10:24 +0200 |
| commit | 25f05817e639246ddc524b1da67dbb9f51888393 (patch) | |
| tree | 0cac732cc9c64353173acb3e657c77839f577376 | |
| parent | 5a50c439e0bd5f23d3e6245690e63798c18f2dbc (diff) | |
Update flake.nix
| -rw-r--r-- | nixos/flake.nix | 2 |
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 ]; }; } |
