flake/hosts/mups/home.nix
2026-03-29 08:13:54 +00:00

12 lines
150 B
Nix

{
pkgs,
lib,
osConfig,
...
}: {
# Modules
mods.terminal.zsh.enable = true;
# Version of first install
home.stateVersion = "24.05";
}