feat(nix/hosts/orion): add swaylock support in pam
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
This commit is contained in:
parent
dfcd478c0f
commit
94318e9676
@ -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 {
|
||||
|
4
hosts/orion/modules/services/pam-swaylock.nix
Normal file
4
hosts/orion/modules/services/pam-swaylock.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
security.pam.services.swaylock = { };
|
||||
}
|
@ -51,6 +51,7 @@ in
|
||||
wezterm
|
||||
fontconfig
|
||||
sqlite
|
||||
swaylock-effects
|
||||
luajit
|
||||
imagemagick
|
||||
dotnet-sdk_8
|
||||
|
Loading…
Reference in New Issue
Block a user