feat(nix/hosts/orion): add swaylock support in pam
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s

This commit is contained in:
Price Hiller 2024-05-28 11:39:43 -05:00
parent dfcd478c0f
commit 94318e9676
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
3 changed files with 6 additions and 3 deletions

View File

@ -97,9 +97,7 @@
{
formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style);
packages = forAllSystems (pkgs: import ./pkgs pkgs);
homeConfigurations = builtins.mapAttrs (mkHomeCfg) {
"price" = ./users/price/home.nix;
};
homeConfigurations = builtins.mapAttrs (mkHomeCfg) { "price" = ./users/price/home.nix; };
overlays = import ./overlays { inherit inputs; };
devShells = forAllSystems (pkgs: {
default = pkgs.mkShell {

View File

@ -0,0 +1,4 @@
{ ... }:
{
security.pam.services.swaylock = { };
}

View File

@ -51,6 +51,7 @@ in
wezterm
fontconfig
sqlite
swaylock-effects
luajit
imagemagick
dotnet-sdk_8