gnome keyring
This commit is contained in:
parent
78696ad16d
commit
1da378b6c8
2 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,10 @@
|
|||
];
|
||||
};
|
||||
|
||||
|
||||
security.pam.services."ravenshade".enableGnomeKeyring = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
# Enable automatic login for the user.
|
||||
services.displayManager.autoLogin = {
|
||||
enable = true;
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
services.dunst.enable = true;
|
||||
services.unclutter.enable = true;
|
||||
|
||||
|
||||
# services.easyeffects.enable = true;
|
||||
|
||||
programs.chromium = {
|
||||
|
|
Loading…
Reference in a new issue