add custom .nix support
This commit is contained in:
+2
-1
@@ -1 +1,2 @@
|
|||||||
for_config/*
|
for_config/*
|
||||||
|
home-manager/modules/custom/*
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
./modules/kitty.nix
|
./modules/kitty.nix
|
||||||
./modules/git.nix
|
./modules/git.nix
|
||||||
./modules/programs.nix
|
./modules/programs.nix
|
||||||
|
./modules/custom/config.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.pointerCursor = let
|
home.pointerCursor = let
|
||||||
@@ -33,7 +34,7 @@
|
|||||||
|
|
||||||
home.username = "krosh";
|
home.username = "krosh";
|
||||||
home.homeDirectory = "/home/krosh";
|
home.homeDirectory = "/home/krosh";
|
||||||
home.stateVersion = "25.05";
|
home.stateVersion = "25.11";
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
home.enableNixpkgsReleaseCheck = false;
|
home.enableNixpkgsReleaseCheck = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user