diff options
Diffstat (limited to 'form/home.nix')
| -rw-r--r-- | form/home.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/form/home.nix b/form/home.nix index 24b8a75..1b14a65 100644 --- a/form/home.nix +++ b/form/home.nix @@ -19,6 +19,11 @@ gpg.enable = true; + pass = { + enable = true; + key = "B5200ABFBD213FC9C17C6DB91291CBBCF3B9F225"; + }; + foot.enable = true; neovim = { |