diff options
author | Minijackson <minijackson@riseup.net> | 2024-12-10 21:34:32 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-12-10 21:34:32 +0100 |
commit | 5cc889d066862ed881361a9cec3a593ffab53842 (patch) | |
tree | 61f617cc696d558da3996f4bcffb64b76c5f2b15 /lib/default.nix | |
parent | e4f6f4f20c164f7a0576113d94c677fcb86ebc6b (diff) | |
download | nixos-config-reborn-nixos-24.05.tar.gz nixos-config-reborn-nixos-24.05.zip |
treewide: remove old vim optionsHEADnixos-24.05
they aren't used since the addition of nixvim
Diffstat (limited to 'lib/default.nix')
-rw-r--r-- | lib/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix index 4bdd20d..918c7f0 100644 --- a/lib/default.nix +++ b/lib/default.nix | |||
@@ -1,6 +1,5 @@ | |||
1 | attrs: | 1 | attrs: |
2 | 2 | ||
3 | { | 3 | { |
4 | generators = import ./generators.nix attrs; | ||
5 | theme = import ./theme.nix attrs; | 4 | theme = import ./theme.nix attrs; |
6 | } | 5 | } |