aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/pass.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 13:22:29 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 13:23:58 -0800
commit60da6bc47620681b557ea2d105df87b22382efcd (patch)
tree000a2c858a5bbcd9d0e9ed1c5bd57546420f65d0 /users/fcuny/pass.nix
parenthome-manager: last typo (diff)
downloadinfra-60da6bc47620681b557ea2d105df87b22382efcd.tar.gz
home-manager: re-organize configuration for myself
Diffstat (limited to 'users/fcuny/pass.nix')
-rw-r--r--users/fcuny/pass.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/users/fcuny/pass.nix b/users/fcuny/pass.nix
deleted file mode 100644
index d430ec8..0000000
--- a/users/fcuny/pass.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ pkgs, config, ... }:
-
-{
- programs.password-store.enable = true;
-
- programs.password-store.settings.PASSWORD_STORE_DIR =
- "${config.xdg.dataHome}/password-store";
-}