diff --git a/flake.nix b/flake.nix index a9f2d9c4..d7b8df83 100644 --- a/flake.nix +++ b/flake.nix @@ -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 { diff --git a/hosts/orion/modules/services/pam-swaylock.nix b/hosts/orion/modules/services/pam-swaylock.nix new file mode 100644 index 00000000..c43fc834 --- /dev/null +++ b/hosts/orion/modules/services/pam-swaylock.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + security.pam.services.swaylock = { }; +} diff --git a/users/price/home.nix b/users/price/home.nix index 9ce68cdb..5b001dbd 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -51,6 +51,7 @@ in wezterm fontconfig sqlite + swaylock-effects luajit imagemagick dotnet-sdk_8