Add vps config

This commit is contained in:
muon 2024-07-13 22:57:45 +00:00
parent 652b8599f8
commit 91c9437d56
5 changed files with 107 additions and 0 deletions

9
hosts/mups/home.nix Normal file
View 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";
}