Fix gnome keyring login

This commit is contained in:
2022-02-23 14:08:18 +00:00
parent 8d4439943a
commit 6dc787cbf3
2 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
{ config, pkgs, ...}:
{
security.pam.services.gdm.enableGnomeKeyring = true;
# Enable the X11 windowing system.
services.xserver = {
enable = true;

View File

@@ -13,12 +13,6 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
services.dunst.enable = true;
services.syncthing = {
enable = true;
};
home = {
username = "daniel";
homeDirectory = "/home/daniel";
@@ -153,4 +147,13 @@
};
};
};
services ={
dunst.enable = true;
syncthing = {
enable = true;
};
};
}