nixos/cosmic: enable gnome-keyring

This commit is contained in:
Wroclaw 2024-10-02 23:56:34 +02:00
parent b2a2bdbd8a
commit aa94855506

View file

@ -14,5 +14,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pavucontrol pavucontrol
]; ];
services.gnome.gnome-keyring.enable = true;
}; };
} }