mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
make swaylock work
This commit is contained in:
parent
f05b49fa81
commit
ee44af814e
|
@ -28,6 +28,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
hardware.usb-modeswitch.enable = true;
|
||||
systemd.services."ModemManager".enable = true;
|
||||
systemd.services."ModemManager".wants = ["NetworkManager.service"];
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue