diff --git a/hosts/Zephyrus/default.nix b/hosts/Zephyrus/default.nix index bcb4a30..504d638 100644 --- a/hosts/Zephyrus/default.nix +++ b/hosts/Zephyrus/default.nix @@ -2,7 +2,6 @@ inputs, pkgs, lib, - config, ... }: { imports = [ @@ -23,6 +22,8 @@ hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; + security.pam.services.swaylock = {}; + # Audio security.rtkit.enable = true; services.pipewire = {