dotfile removal

This commit is contained in:
Danilo Reyes 2024-12-17 20:12:27 -06:00
parent a7007e5f03
commit 1826efd1ff

View File

@ -8,7 +8,6 @@
options.my.shell.tools.enable = lib.mkEnableOption "enable"; options.my.shell.tools.enable = lib.mkEnableOption "enable";
config = lib.mkIf config.my.shell.tools.enable { config = lib.mkIf config.my.shell.tools.enable {
home-manager.users.jawz = { home-manager.users.jawz = {
# xdg.configFile."htop/htoprc".source = ../../dotfiles/htop/htoprc;
programs = { programs = {
hstr.enable = true; hstr.enable = true;
htop = { htop = {