add custom .nix support

This commit is contained in:
arssmol1029
2025-11-15 00:43:28 +03:00
parent 4b63bf7fae
commit cf8abbaef4
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1 +1,2 @@
for_config/*
for_config/*
home-manager/modules/custom/*
+2 -1
View File
@@ -9,6 +9,7 @@
./modules/kitty.nix
./modules/git.nix
./modules/programs.nix
./modules/custom/config.nix
];
home.pointerCursor = let
@@ -33,7 +34,7 @@
home.username = "krosh";
home.homeDirectory = "/home/krosh";
home.stateVersion = "25.05";
home.stateVersion = "25.11";
programs.home-manager.enable = true;
home.enableNixpkgsReleaseCheck = false;