Migrate aspi host config
This commit is contained in:
12
hosts/common/optional/keyring.nix
Normal file
12
hosts/common/optional/keyring.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
|
||||
programs.seahorse.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
}
|
Reference in New Issue
Block a user