universedesktop: Basic DWL Configuration

This commit is contained in:
2024-05-05 10:05:50 -04:00
parent 29b0281c72
commit b075ed6888
5 changed files with 186 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ in {
environment.etc."lemurs/wayland/dwl" = {
source = pkgs.writeScript "dwl-startup" ''
#!${pkgs.bash}/bin/bash
${pkgs.yambar}/bin/yambar &
exec ${pkgs.dwl}/bin/dwl
'';
};