This commit is contained in:
2025-11-30 00:32:11 +01:00
parent 1557caba8b
commit 1e6daa09f6
14 changed files with 143 additions and 765 deletions

View File

@@ -43,7 +43,7 @@ in
users.users.andreas = {
isNormalUser = true;
description = "Andreas Schaafsma";
extraGroups = [ "networkmanager" "wheel" ] ;
extraGroups = [ "networkmanager" "wheel" "libvirtd" ] ;
packages = with pkgs; [
# Packages from inputs
inputs.game-of-life.packages.x86_64-linux.default
@@ -64,6 +64,7 @@ in
minecraft
trilium-desktop
terraform
virt-manager
# thunderbird
];
};