fontmanager and vbox host pack

This commit is contained in:
CDaut 2024-05-18 16:13:50 +02:00
parent a60cef6bc9
commit 78369ea502
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 121 additions and 117 deletions

View file

@ -66,7 +66,10 @@
}; };
# VirtualBox # VirtualBox
virtualisation.virtualbox.host.enable = true; virtualisation.virtualbox.host = {
enable = true;
enableExtensionPack = true;
};
users.extraGroups.vboxusers.members = [ "clemens" ]; users.extraGroups.vboxusers.members = [ "clemens" ];
# Bluetooth # Bluetooth

View file

@ -56,7 +56,7 @@ let username = "clemens"; in
nextcloud-client nextcloud-client
nixpkgs-fmt nixpkgs-fmt
powerline-fonts powerline-fonts
#font-manager font-manager
xfce.xfce4-notifyd xfce.xfce4-notifyd
gnome.seahorse gnome.seahorse
evince evince
@ -77,6 +77,7 @@ let username = "clemens"; in
maltego maltego
krita krita
gparted gparted
libreoffice
] ++ (if x11mode then [ ] ++ (if x11mode then [
arandr arandr
flameshot flameshot