Moved extraConfig into early-init.el
This commit is contained in:
parent
cb759438ca
commit
ee21fdc6ca
|
@ -25,12 +25,6 @@
|
|||
withImageMagick = 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; };
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue