summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/encryption
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/core/system/encryption')
-rw-r--r--home/ebisu/core/system/encryption/bitwarden.nix8
-rw-r--r--home/ebisu/core/system/encryption/default.nix7
2 files changed, 15 insertions, 0 deletions
diff --git a/home/ebisu/core/system/encryption/bitwarden.nix b/home/ebisu/core/system/encryption/bitwarden.nix
new file mode 100644
index 0000000..2e5cb32
--- /dev/null
+++ b/home/ebisu/core/system/encryption/bitwarden.nix
@@ -0,0 +1,8 @@
+{ pkgs, ... }:
+{
+ home.packages = with pkgs; [
+ bitwarden-desktop
+ # bitwarden-cli
+ # bitwarden-menu
+ ];
+}
diff --git a/home/ebisu/core/system/encryption/default.nix b/home/ebisu/core/system/encryption/default.nix
new file mode 100644
index 0000000..06b7c90
--- /dev/null
+++ b/home/ebisu/core/system/encryption/default.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+{
+ home.packages = with pkgs; [
+ libsForQt5.ksshaskpass
+ seahorse
+ ];
+}