update and fix swaylock-effects

This commit is contained in:
twoneis 2024-09-03 04:44:31 +02:00
parent ca66e2483b
commit e2107f3a28
2 changed files with 6 additions and 4 deletions

View file

@ -62,7 +62,9 @@ in {
programs.swaylock = {
enable = true;
package = pkgs.swaylock-effects;
package = (pkgs.swaylock-effects.overrideAttrs (final: prev: {
buildInputs = prev.buildInputs ++ [ pkgs.wayland-scanner ];
}));
settings = import ./swaylock.conf.nix { lib = lib; config = config; };
};