Moved extraConfig into early-init.el

This commit is contained in:
Evie Litherland-Smith 2024-12-20 08:38:06 +00:00
parent cb759438ca
commit ee21fdc6ca

View file

@ -25,12 +25,6 @@
withImageMagick = true; withImageMagick = true;
withPgtk = true; withPgtk = true;
}; };
extraConfig = ''
(setq use-package-check-before-init t
use-package-enable-imenu-support t
base16-theme-distinct-fringe-background t
base16-theme-highlight-mode-line 'contrast)
'';
extraPackages = epkgs: import ./packages.nix { inherit epkgs; }; extraPackages = epkgs: import ./packages.nix { inherit epkgs; };
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [