This commit is contained in:
2025-05-01 13:33:43 -05:00
parent c18886cd32
commit ff074185b6
9 changed files with 34 additions and 10 deletions

View File

@@ -7,6 +7,7 @@
imports =
[
../../modules
./hardware-configuration.nix
];
@@ -37,14 +38,6 @@
services.spice-vdagentd.enable = true;
services.qemuGuest.enable = true;
environment.systemPackages = with pkgs; [
kitty
vim
wget
git
curl
zsh
];
system.stateVersion = "24.11";
}