First setup of v3ms config

This commit is contained in:
2024-09-04 15:43:05 +02:00
parent c70c32150e
commit f0e000795b
4 changed files with 105 additions and 2 deletions

View File

@ -35,7 +35,6 @@ in
home.sessionPath = [ "/home/julian/.config/emacs/bin" ];
home.packages = with pkgs; [
emacs
binutils # native-comp needs 'as', provided by this
## Doom dependencies
@ -72,7 +71,7 @@ in
# neocmakelsp # cmake
emacs-all-the-icons-fonts
];
] ++ lib.optional config.modules.non-nixos.is-nixos emacs;
home.activation.installDoomEmacs = lib.home-manager.hm.dag.entryAfter [ "writeBoundary" ] ''
if [ ! -d "/home/julian/.config/emacs" ]; then