From 25f05817e639246ddc524b1da67dbb9f51888393 Mon Sep 17 00:00:00 2001 From: caley Date: Thu, 11 Jun 2026 23:10:24 +0200 Subject: Update flake.nix --- nixos/flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/flake.nix') 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 ]; }; } -- cgit v1.3.1