diff --git a/hosts/catbook-j/configuration.nix b/hosts/catbook-j/configuration.nix index a380743..79de2e1 100644 --- a/hosts/catbook-j/configuration.nix +++ b/hosts/catbook-j/configuration.nix @@ -28,6 +28,8 @@ }; }; + security.pam.services.swaylock = {}; + hardware.usb-modeswitch.enable = true; systemd.services."ModemManager".enable = true; systemd.services."ModemManager".wants = ["NetworkManager.service"]; diff --git a/modules/desktop/x.nix b/modules/desktop/x.nix index 8ea697b..00178fb 100644 --- a/modules/desktop/x.nix +++ b/modules/desktop/x.nix @@ -20,7 +20,7 @@ }; security.polkit.enable = true; - # programs.sway.enable = true; + programs.sway.enable = true; # services.displayManager.defaultSession = "none+xmonad"; services.displayManager.defaultSession = "sway";