diff --git a/workstation/configuration.nix b/workstation/configuration.nix index beba3a9..e1a9553 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -114,11 +114,11 @@ users.users.geir = { isNormalUser = true; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "libvirt" ]; shell = pkgs.zsh; packages = with pkgs; [ teams-for-linux firefox ncpamixer starship discord fastfetch - emacsPackages.vterm zed-editor heroic librewolf + emacsPackages.vterm zed-editor heroic librewolf virt-manager ]; };