add volman

This commit is contained in:
foosinn 2020-11-30 12:02:18 +01:00
parent 1b91e430a2
commit a7b12d2e18

View file

@ -100,6 +100,7 @@ in {
wl-clipboard wl-clipboard
xdg_utils xdg_utils
xfce.thunar xfce.thunar
xfce.thunar-volman
unstable.keepassxc unstable.keepassxc
( (
pkgs.writeTextFile { pkgs.writeTextFile {
@ -127,6 +128,8 @@ in {
) )
]; ];
services.gvfs.enable = true;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true; services.blueman.enable = true;