home: re-add udiskie

This commit is contained in:
Guanran Wang 2023-11-05 14:27:47 +08:00
parent 2a5ff02dfc
commit 7e74199ea3
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 5 additions and 2 deletions

View file

@ -25,7 +25,6 @@
grim grim
slurp slurp
swappy swappy
#udiskie
swww swww
mpvpaper mpvpaper
libnotify libnotify
@ -252,6 +251,11 @@
# }; # };
#}; #};
services = {
udiskie.enable = true;
};
programs = { programs = {
rofi = { rofi = {
#enable = true; #enable = true;

View file

@ -54,7 +54,6 @@
{command = "${pkgs.swww}/bin/swww init";} {command = "${pkgs.swww}/bin/swww init";}
{command = "${pkgs.waybar}/bin/waybar";} {command = "${pkgs.waybar}/bin/waybar";}
{command = "${pkgs.wl-clipboard}/bin/wl-paste --watch cliphist store";} {command = "${pkgs.wl-clipboard}/bin/wl-paste --watch cliphist store";}
#{ command = "${pkgs.udiskie}/bin/udiskie --smart-tray"; }
]; ];
### Keybinds ### Keybinds