update and fix swaylock-effects
This commit is contained in:
parent
ca66e2483b
commit
e2107f3a28
2 changed files with 6 additions and 4 deletions
|
@ -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; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue