added virt-manager to workstation

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-06 10:16:43 +02:00
parent 691f093a93
commit 2c4de3985f

View file

@ -114,11 +114,11 @@
users.users.geir = { users.users.geir = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" "libvirt" ];
shell = pkgs.zsh; shell = pkgs.zsh;
packages = with pkgs; [ packages = with pkgs; [
teams-for-linux firefox ncpamixer starship discord fastfetch teams-for-linux firefox ncpamixer starship discord fastfetch
emacsPackages.vterm zed-editor heroic librewolf emacsPackages.vterm zed-editor heroic librewolf virt-manager
]; ];
}; };