diff options
| author | brustybee <bee@4d2.org> | 2026-03-11 13:48:40 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-11 13:48:40 +0530 |
| commit | 83f0f303a95277171b5f0d059959af9f4116cdb1 (patch) | |
| tree | 483f5eb7b623290977154e367dc4cde9d72a5dc1 /common/modules/matugen/default.nix | |
| parent | 6d8eec22cddf0be0c190fb06c88f9fd9e3838757 (diff) | |
add swaylock and swayidle and avoid x11 and wayland services clash
Diffstat (limited to 'common/modules/matugen/default.nix')
| -rw-r--r-- | common/modules/matugen/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix index 5a16265..f52414c 100644 --- a/common/modules/matugen/default.nix +++ b/common/modules/matugen/default.nix @@ -108,7 +108,7 @@ in output_path = '~/.config/zathura/matugen' ''} - ${lib.optionalString config.programs.swaylock.enable '' + ${lib.optionalString config.beeMods.mango.enable '' [templates.swaylock] input_path = '~/.config/matugen/templates/swaylock-colors' output_path = '~/.config/swaylock/swaylock-colors' |
