diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-18 18:58:59 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-18 18:58:59 +0200 |
| commit | ebb67feeb46226dff0d384c7800dab4e42a03912 (patch) | |
| tree | d3e91ce8dace5770792f4633b31ecea93988bc5c /common/home/password-store | |
| parent | 04e96de97689d1b78437df4173ece9857d9c6a61 (diff) | |
refactor home
Diffstat (limited to 'common/home/password-store')
| -rw-r--r-- | common/home/password-store/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/common/home/password-store/default.nix b/common/home/password-store/default.nix deleted file mode 100644 index 29bbfb3..0000000 --- a/common/home/password-store/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: -{ - enable = true; - settings = { - PASSWORD_STORE_DIR = "$HOME/global/.local/share/pass/"; - }; -} |