mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-06 21:14:00 +05:30
7 lines
87 B
Nix
7 lines
87 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.gnome = {
|
|
gnome-keyring.enable = true;
|
|
};
|
|
}
|