mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 11:53:12 +00:00
Add flake VM
This commit is contained in:
parent
53508e59c5
commit
b7d42c340b
4 changed files with 72 additions and 0 deletions
9
hosts/muvm/home.nix
Normal file
9
hosts/muvm/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