mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 11:53:12 +00:00
Add vps config
This commit is contained in:
parent
652b8599f8
commit
91c9437d56
5 changed files with 107 additions and 0 deletions
9
hosts/mups/home.nix
Normal file
9
hosts/mups/home.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ 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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue