From 7043316bd7ccd6444674af462f801656fa947e2f Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 13 Oct 2022 12:46:44 +0200 Subject: Hosts: Home: Add password-manager --- hosts/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/home.nix') diff --git a/hosts/home.nix b/hosts/home.nix index fb83bfc..e52f7a4 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -65,6 +65,12 @@ }; programs = { + password-store = { + enable = true; + settings = { + "PASSWORD_STORE_KEY" = "18BE4F736F27FC190C1E1000BB3C0BC698650937"; + }; + }; xmobar = { enable = true; extraConfig = builtins.readFile "${dotfiles}/xmobar.hs"; -- cgit 1.4.1