Add bunch more programs / services modularly
This commit is contained in:
7
system/util/gnome-keyring.nix
Normal file
7
system/util/gnome-keyring.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.gnome = {
|
||||
gnome-keyring.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user