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);
|
formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style);
|
||||||
packages = forAllSystems (pkgs: import ./pkgs pkgs);
|
packages = forAllSystems (pkgs: import ./pkgs pkgs);
|
||||||
homeConfigurations = builtins.mapAttrs (mkHomeCfg) {
|
homeConfigurations = builtins.mapAttrs (mkHomeCfg) { "price" = ./users/price/home.nix; };
|
||||||
"price" = ./users/price/home.nix;
|
|
||||||
};
|
|
||||||
overlays = import ./overlays { inherit inputs; };
|
overlays = import ./overlays { inherit inputs; };
|
||||||
devShells = forAllSystems (pkgs: {
|
devShells = forAllSystems (pkgs: {
|
||||||
default = pkgs.mkShell {
|
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
|
wezterm
|
||||||
fontconfig
|
fontconfig
|
||||||
sqlite
|
sqlite
|
||||||
|
swaylock-effects
|
||||||
luajit
|
luajit
|
||||||
imagemagick
|
imagemagick
|
||||||
dotnet-sdk_8
|
dotnet-sdk_8
|
||||||
|
Loading…
Reference in New Issue
Block a user