From 222226b7edd7b046bd6b1e26c6b8c3eb33e7e3ce Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 6 Nov 2023 22:38:39 +0100 Subject: [PATCH] pinwheel: Use `swaylock` instead of `physlock` Not having bluetooth disconnect on lock is nicer than the potential security benefits `physlock` provides --- hosts/pinwheel/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pinwheel/configuration.nix b/hosts/pinwheel/configuration.nix index 2e2ee3e..d25cacb 100644 --- a/hosts/pinwheel/configuration.nix +++ b/hosts/pinwheel/configuration.nix @@ -77,8 +77,8 @@ nix-index.enable = false; greetd.enable = true; hyprland.enable = true; - swaylock.enable = false; - physlock.enable = true; + swaylock.enable = true; + physlock.enable = false; tlp.enable = true; wezterm.enable = true; foot.enable = false;