# https://github.com/NixOS/nixpkgs/pull/156974 # https://github.com/NixOS/nixpkgs/pull/156974#issuecomment-1024605671 { description = "A temporary fix for broken lock screens"; outputs = { self, nixpkgs }: { overlay = import ./fix_pam_overlay.nix; }; }