Add flake VM

This commit is contained in:
muon 2024-07-30 12:03:37 +00:00
parent 53508e59c5
commit b7d42c340b
4 changed files with 72 additions and 0 deletions

9
hosts/muvm/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";
}