mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixed a lot of autostart and locking problems
This commit is contained in:
parent
ca9a4e5820
commit
dc0a87f941
4 changed files with 15 additions and 5 deletions
|
@ -14,8 +14,11 @@
|
|||
auth include login
|
||||
'';
|
||||
};
|
||||
pam.services.login.enableGnomeKeyring = true;
|
||||
};
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
programs = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue