Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-11-22 21:39:05 +08:00
parent a897203ac2
commit ea15b5d431
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,6 @@
{ config, pkgs, lib, ... }:
{
# Auto unlock gnome keyring
services.gnome.gnome-keyring.enable = true;
security.pam.services.sddm.enableGnomeKeyring = true;