refactor(hm): make sure nothing is added without setting enable

This commit is contained in:
matt1432 2025-01-04 22:48:39 -05:00
parent d2625fa290
commit d53b9f1e62
4 changed files with 17 additions and 4 deletions
configurations

View file

@ -87,6 +87,8 @@
promptMainColor = "purple";
};
firefox.enableCustomConf = true;
neovim = {
enable = true;
user = mainUser;

View file

@ -106,6 +106,8 @@
promptMainColor = "purple";
};
firefox.enableCustomConf = true;
neovim = {
enable = true;
user = mainUser;