diff --git a/home/services/swaync/default.nix b/home/services/swaync/default.nix index 5d94c2b..1028d2d 100644 --- a/home/services/swaync/default.nix +++ b/home/services/swaync/default.nix @@ -1,10 +1,4 @@ -{ - osConfig, - lib, - lib', - ... -}: let - inherit (lib) optionalString; +{lib, ...}: let inherit (builtins) readFile; in { services.swaync = {