fix: udiskie not being started

This commit is contained in:
Jacob Bachmann 2023-12-13 14:19:45 +01:00
parent 88615faff0
commit 610e399cff
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
6 changed files with 8 additions and 10 deletions

View file

@ -20,6 +20,7 @@ in {
pavucontrol # control audio
playerctl # control player
networkmanagerapplet # control network
udiskie # automount usb
blueman # control bluetooth
nextcloud-client # nextcloud client to connect to any instance
plasma5Packages.kdeconnect-kde # sync phone and pc
@ -35,6 +36,7 @@ in {
{ command = "${feh}/bin/feh --bg-fill ${common.wallpaper}"; }
{ command = "${networkmanagerapplet}/bin/nm-applet"; }
{ command = "${blueman}/bin/blueman-applet"; }
{ command = "${udiskie}/bin/udiskie --tray"; }
{ command = "${nextcloud-client}/bin/nextcloud"; }
{ command = "${plasma5Packages.kdeconnect-kde}/bin/kdeconnect-indicator"; }
];