pinwheel: Use swaylock instead of physlock

Not having bluetooth disconnect on lock is nicer than the potential
security benefits `physlock` provides
This commit is contained in:
Alexander Heldt
2023-11-06 22:38:39 +01:00
parent 1835737617
commit 222226b7ed

View File

@@ -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;