feat: enable virtmanager
This commit is contained in:
parent
40457938ce
commit
aa8a848017
5 changed files with 11 additions and 3 deletions
nixos/home
|
@ -13,7 +13,7 @@ in
|
|||
# Define a user account. Don't forget to set a password with 'passwd'.
|
||||
users.users.matt = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "input" "uinput" "adm" "mlocate" "video" ];
|
||||
extraGroups = [ "wheel" "input" "uinput" "adm" "mlocate" "video" "libvirtd" ];
|
||||
};
|
||||
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
|
@ -62,6 +62,10 @@
|
|||
exec env SUDO_ASKPASS=${pkgs.plasma5Packages.ksshaskpass}/bin/${pkgs.plasma5Packages.ksshaskpass.pname} sudo -k -EA "${gparted}/bin/${gparted.pname}" "$@"
|
||||
'')
|
||||
|
||||
# School
|
||||
virtmanager
|
||||
#camunda-modeler
|
||||
#
|
||||
protonmail-bridge
|
||||
thunderbird
|
||||
input-emulator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue