9 lines
190 B
Nix
9 lines
190 B
Nix
{
|
|
imports = [ ./zsh.nix ];
|
|
|
|
# Let Home Manager install and manage itself.
|
|
programs.home-manager.enable = true;
|
|
|
|
# Default stateVersion for new homes
|
|
home.stateVersion = "25.05";
|
|
}
|