diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-13 12:46:44 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-13 12:46:44 +0200 |
commit | 7043316bd7ccd6444674af462f801656fa947e2f (patch) | |
tree | 9a246e515ab6d5f83afd8615cc3e7dc424f84009 /hosts/home.nix | |
parent | Module: Git-server: Remove (diff) | |
download | nixos-config-7043316bd7ccd6444674af462f801656fa947e2f.tar.gz nixos-config-7043316bd7ccd6444674af462f801656fa947e2f.tar.bz2 nixos-config-7043316bd7ccd6444674af462f801656fa947e2f.zip |
Hosts: Home: Add password-manager
Diffstat (limited to '')
-rw-r--r-- | hosts/home.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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"; |