home: re-add udiskie
This commit is contained in:
parent
2a5ff02dfc
commit
7e74199ea3
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue