mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
8 lines
87 B
Nix
8 lines
87 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
services.gnome = {
|
||
|
gnome-keyring.enable = true;
|
||
|
};
|
||
|
}
|