feat: add swaync, spotify, keyring
This commit is contained in:
parent
8f1e1ea06e
commit
4879c8321f
14 changed files with 561 additions and 4 deletions
16
users/gandalf/modules/keyring.nix
Normal file
16
users/gandalf/modules/keyring.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
services.gnome-keyring = {
|
||||
enable = true;
|
||||
components = [
|
||||
"pkcs11"
|
||||
"secrets"
|
||||
"ssh"
|
||||
];
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gnome.seahorse
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue