diff --git a/common/configuration.nix b/common/configuration.nix index 994ef30..1bd6266 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -68,7 +68,7 @@ users.users.ahurac = { isNormalUser = true; - extraGroups = [ "wheel" "networkmanager" ]; + extraGroups = [ "wheel" "networkmanager" "libvirtd" ]; shell = pkgs.zsh; }; diff --git a/common/home.nix b/common/home.nix index 0dc149a..ffedd7f 100644 --- a/common/home.nix +++ b/common/home.nix @@ -7,6 +7,7 @@ home.stateVersion = "24.05"; home.packages = with pkgs; [ + virt-manager unzip jq nil