This commit is contained in:
Noa Aarts 2024-11-20 10:53:42 +01:00
parent 9d79ba5536
commit e502de408b
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 6 additions and 2 deletions

View file

@ -168,7 +168,9 @@
keepass = "keepassxc";
thunderbird = "thunderbird";
appbar = "${pkgs.waybar}/bin/waybar";
extra = lib.strings.concatStringsSep "\nspawn-at-startup \"" [ "${pkgs.dunst}/bin/dunst\"" ];
extra =
"spawn-at-startup \""
+ lib.strings.concatStringsSep "\nspawn-at-startup \"" [ "${pkgs.dunst}/bin/dunst\"" ];
};
};
};