hyprland: setup gnome keyring properly
This commit is contained in:
parent
01a65383d7
commit
453035cf18
2 changed files with 0 additions and 14 deletions
|
@ -159,18 +159,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# services.greetd = {
|
||||
# enable = true;
|
||||
# settings = rec {
|
||||
# initial_session = {
|
||||
# command = "${hyprland-package}/bin/Hyprland";
|
||||
# user = "cholli";
|
||||
# };
|
||||
|
||||
# default_session = initial_session;
|
||||
# };
|
||||
# };
|
||||
#
|
||||
services.displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
|
|
|
@ -19,8 +19,6 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.pam.services.gdm.enableGnomeKeyring = true;
|
||||
security.pam.services.sddm.enableGnomeKeyring = true;
|
||||
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||
|
||||
services.dbus.packages = [
|
||||
pkgs.gnome-keyring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue