Fixed a lot of autostart and locking problems

This commit is contained in:
Emmet 2023-08-24 17:11:19 -05:00
parent ca9a4e5820
commit dc0a87f941
4 changed files with 15 additions and 5 deletions

View file

@ -14,8 +14,11 @@
auth include login
'';
};
pam.services.login.enableGnomeKeyring = true;
};
services.gnome.gnome-keyring.enable = true;
programs = {
hyprland = {
enable = true;