remove defunct modules from wsl

This commit is contained in:
Tyler Starr 2025-02-06 22:23:17 -08:00
parent 71d1aeedd4
commit 2bf4dab0ff

View File

@ -61,8 +61,5 @@ in
chezmoi.apply = true; chezmoi.apply = true;
git.keys = false; git.keys = false;
}; };
system = {
terminal.enable = true;
};
}; };
} }