fix home manager config

This commit is contained in:
Osman Faruk Bayram 2025-10-21 16:21:07 +03:00
parent 926314380b
commit bc3f697cff
3 changed files with 12 additions and 12 deletions

View file

@ -13,6 +13,9 @@
EDITOR = lib.mkDefault "nvim";
};
# Don't set stateVersion here - let it be set by the system configuration
# home.stateVersion should be set in the system's home-manager configuration
# Enable basic programs that most users want
programs.home-manager.enable = true;
}