🚀 add keyring service
This commit is contained in:
parent
5ae17614de
commit
a552ecf755
2 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
./dunst
|
./dunst
|
||||||
./jupyter.nix
|
./jupyter.nix
|
||||||
./kdeconnect.nix
|
./kdeconnect.nix
|
||||||
|
./keyring.nix
|
||||||
./picom.nix
|
./picom.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
6
modules/services/keyring.nix
Normal file
6
modules/services/keyring.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
programs.seahorse.enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue