mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
14 lines
234 B
Nix
14 lines
234 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";
|
|
}
|