fix home manager config
This commit is contained in:
parent
926314380b
commit
bc3f697cff
3 changed files with 12 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue