add kopia & keyring
This commit is contained in:
parent
0110393101
commit
90fe36a071
2 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
powertop
|
||||
ranger
|
||||
restic
|
||||
kopia
|
||||
ripgrep-all
|
||||
rustup
|
||||
tmux
|
||||
|
|
|
@ -20,6 +20,10 @@
|
|||
};
|
||||
network-manager-applet.enable = true;
|
||||
pasystray.enable = true;
|
||||
gnome-keyring = {
|
||||
enable = true;
|
||||
components = [ "pkcs11" "secrets" "ssh" ];
|
||||
};
|
||||
};
|
||||
|
||||
services.udiskie.enable = true;
|
||||
|
|
Loading…
Reference in a new issue