mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
9 lines
221 B
Nix
9 lines
221 B
Nix
{ pkgs, lib, osConfig,... }: {
|
|
# Modules
|
|
mods.terminal.zsh.enable = true;
|
|
mods.terminal.development.enable = true;
|
|
mods.terminal.tools.enable = true;
|
|
|
|
# Version of first install
|
|
home.stateVersion = "24.05";
|
|
}
|