Update default.nix

This commit is contained in:
Thilo Hohlt
2023-06-03 09:29:28 +02:00
committed by GitHub
parent be11abf5c2
commit 3da79bf3a4

View File

@@ -11,6 +11,13 @@
hardware.opengl.enable = true; hardware.opengl.enable = true;
security.polkit.enable = true; security.polkit.enable = true;
# Make swaylock work
security.pam.services.swaylock = {
text = ''
auth include login
'';
};
home-manager.users.thiloho = { pkgs, ... }: { home-manager.users.thiloho = { pkgs, ... }: {
wayland.windowManager.sway = { wayland.windowManager.sway = {