configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-27 15:36:18 -04:00
parent 34970a28bf
commit 29e99958e3
15 changed files with 9 additions and 1766 deletions

View file

@ -121,6 +121,7 @@
enable = true;
enableFishIntegration = true;
};
mu.enable = true;
};
services = {
@ -152,7 +153,7 @@
};
xdg.configFile."emacs".enable = false;
home.file.".config/doom".enable = true;
home.file.".config/doom".recursive = true;
home.file.".config/doom".source = ../dotfiles/dot_config/doom;
#home.file.".config/doom".enable = true;
#home.file.".config/doom".recursive = true;
#home.file.".config/doom".source = ../dotfiles/dot_config/doom;
}