added virt-manager to workstation
This commit is contained in:
parent
691f093a93
commit
2c4de3985f
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue