diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 22:15:17 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 22:15:17 +0200 |
commit | fb313939eeddedf04199fb30b82c630e10b99ee0 (patch) | |
tree | dadda8554b3474a56d27cfa3e42e6b4040142e2c /modules/home.legacy/conf | |
parent | refactor(modules/secrets): Split into the modules, that need the secrets (diff) | |
download | nixos-config-fb313939eeddedf04199fb30b82c630e10b99ee0.tar.gz nixos-config-fb313939eeddedf04199fb30b82c630e10b99ee0.zip |
fix(modules/legacy/conf): Remove outdated imports of migrated modules
Diffstat (limited to 'modules/home.legacy/conf')
-rw-r--r-- | modules/home.legacy/conf/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/home.legacy/conf/default.nix b/modules/home.legacy/conf/default.nix index b6eddec4..217944ce 100644 --- a/modules/home.legacy/conf/default.nix +++ b/modules/home.legacy/conf/default.nix @@ -16,7 +16,6 @@ ./keepassxc ./latexindent ./less - ./lf ./mail ./mako ./mbsync @@ -43,6 +42,5 @@ ./yambar ./yt ./ytcc - ./zsh ]; } |