Update all inputs (JackOS 24.06 "Carbrain")
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 32m36s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 32m36s
This commit is contained in:
@@ -19,10 +19,10 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
cfg = config.services.swaync;
|
||||
cfg = config.my.swaync;
|
||||
in
|
||||
{
|
||||
options.services.swaync = with lib.types; {
|
||||
options.my.swaync = with lib.types; {
|
||||
enable = mkEnableOption "Sway Notification Center";
|
||||
package = mkOption {
|
||||
type = package;
|
||||
|
Reference in New Issue
Block a user