Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 1760430d0e TESTING 2026-03-04 19:01:18 +01:00
henrov 34f8816b16 Preventing config errors 2026-03-04 18:53:28 +01:00
2 changed files with 6 additions and 4 deletions
@@ -19,6 +19,7 @@
"custom/notifications", "custom/notifications",
], ],
/*
"custom/notifications": { "custom/notifications": {
"tooltip": false, "tooltip": false,
"return-type": "json", "return-type": "json",
@@ -35,6 +36,7 @@
"on-click-right": "swaync-client -d", "on-click-right": "swaync-client -d",
"on-click-middle": "swaync-client -dn", "on-click-middle": "swaync-client -dn",
}, },
*/
"idle_inhibitor": { "idle_inhibitor": {
"tooltip": true, "tooltip": true,
+3 -3
View File
@@ -1,7 +1,7 @@
{ lib, config, pkgs, ... }: { lib, config, pkgs, flakeRoot ... }:
let let
scriptPath = ./assets/scripts/end_script.sh; scriptPath = flakeRoot + "/assets/scripts/end_script.sh";
scriptExists = lib.fileExists "${scriptPath}"; scriptExists = lib.fileExists scriptPath;
in in
{ {
systemd.user.services.endScript = lib.mkIf scriptExists { systemd.user.services.endScript = lib.mkIf scriptExists {