add kopia & keyring

This commit is contained in:
Cyryl Płotnicki 2021-11-07 08:30:17 +00:00
parent 0110393101
commit 90fe36a071
2 changed files with 5 additions and 0 deletions

View file

@ -33,6 +33,7 @@
powertop
ranger
restic
kopia
ripgrep-all
rustup
tmux

View file

@ -20,6 +20,10 @@
};
network-manager-applet.enable = true;
pasystray.enable = true;
gnome-keyring = {
enable = true;
components = [ "pkcs11" "secrets" "ssh" ];
};
};
services.udiskie.enable = true;