diff options
| author | Andrew <admonty1@protonmail.com> | 2025-10-26 17:14:12 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-10-26 17:14:12 -0400 |
| commit | 4ff9589e42859920c678732b993f19b6dea91b82 (patch) | |
| tree | 228426b42081b6076a88d43c5cb4f98bc8957e07 /configuration.nix | |
| parent | impurities for librewolf (diff) | |
| download | nixos-4ff9589e42859920c678732b993f19b6dea91b82.tar.gz nixos-4ff9589e42859920c678732b993f19b6dea91b82.tar.bz2 nixos-4ff9589e42859920c678732b993f19b6dea91b82.zip | |
stuff
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index b8e28a5..d619f04 100644 --- a/configuration.nix +++ b/configuration.nix @@ -45,7 +45,9 @@ layout = "us"; variant = ""; }; - + services.gnome.gnome-keyring.enable = true; + environment.variables.XDG_RUNTIME_DIR = "/run/user/$UID"; + security.polkit.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.andrew = { isNormalUser = true; @@ -79,6 +81,7 @@ kitty libnotify bibata-cursors + libsecret ]; programs.steam = { enable = true; @@ -103,6 +106,7 @@ user = "greeter"; }; }; + security.pam.services.greetd.enableGnomeKeyring = true; programs.regreet.enable = true; fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono |
