add custom .nix support
This commit is contained in:
@@ -1 +1,2 @@
|
||||
for_config/*
|
||||
home-manager/modules/custom/*
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user