sway: add xdg_utils

This commit is contained in:
Sean Buckley 2020-12-05 18:07:37 -05:00
parent d94c52d4c5
commit 177bdda7a4

View file

@ -28,6 +28,7 @@
xfce.thunar-archive-plugin xfce.thunar-archive-plugin
caffeine-ng caffeine-ng
wf-recorder wf-recorder
xdg_utils
]; ];
programs.bash.interactiveShellInit = '' [ "$(tty)" = "/dev/tty1" ] && exec sway ''; programs.bash.interactiveShellInit = '' [ "$(tty)" = "/dev/tty1" ] && exec sway '';