Add protonvpn and pass-store support

This commit is contained in:
Sameer Rahmani 2024-03-04 11:28:09 +00:00
parent fb0c0c523f
commit 0dcf4a1533
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 10 additions and 0 deletions

View File

@ -133,6 +133,7 @@
thefuck
weechat
protonvpn-gui
yubioath-flutter
];
@ -382,4 +383,13 @@
iconTheme.name = "Adwaita";
};
qt = {
platformTheme = "gtk";
};
services.pass-secret-service = {
enable = true;
storePath = "$HOME/.pass_store";
};
}