diff --git a/modules/core/services.nix b/modules/core/services.nix index a6f02ec..bbfa371 100644 --- a/modules/core/services.nix +++ b/modules/core/services.nix @@ -1,9 +1,9 @@ -{...}: { +{pkgs, ...}: { services = { gvfs.enable = true; gnome.gnome-keyring.enable = true; dbus.enable = true; - flatpak.enable = true; + flatpak.enable = true; printing.enable = true; blueman.enable = true; avahi = { @@ -12,4 +12,6 @@ openFirewall = true; }; }; - } + + environment.systemPackages = [pkgs.libsecret]; +} diff --git a/modules/core/wayland.nix b/modules/core/wayland.nix index f00a3f5..105edff 100644 --- a/modules/core/wayland.nix +++ b/modules/core/wayland.nix @@ -39,6 +39,7 @@ command = "uwsm start hyprland-uwsm.desktop"; user = "${username}"; }; + security.pam.services.greetd.enableGnomeKeyring = true; environment.sessionVariables.XKB_DEFAULT_LAYOUT = "es"; }