Skip to content

Commit

Permalink
nixos/pam: add swaylock (#29919)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidorah authored and joachifm committed Oct 20, 2017
1 parent 83fdd26 commit 7867b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/security/pam.nix
Expand Up @@ -521,6 +521,7 @@ in
ftp = {};
i3lock = {};
i3lock-color = {};
swaylock = {};
screen = {};
vlock = {};
xlock = {};
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -15025,6 +15025,7 @@ with pkgs;
wlc = callPackage ../development/libraries/wlc { };
orbment = callPackage ../applications/window-managers/orbment { };
sway = callPackage ../applications/window-managers/sway { };
swaylock = callPackage ../applications/window-managers/sway { };

swc = callPackage ../development/libraries/swc { };
wld = callPackage ../development/libraries/wld { };
Expand Down

0 comments on commit 7867b50

Please sign in to comment.