diff --git a/home/jonas/doom.nix b/home/jonas/doom.nix index 1a2d43e..e9cad0f 100644 --- a/home/jonas/doom.nix +++ b/home/jonas/doom.nix @@ -82,4 +82,5 @@ in { }; }; }; + home.packages = doom-path-pkgs; } diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index 9a4a8ff..17138cd 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -33,7 +33,7 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-monokai-pro) +(setq doom-theme 'doom-molokai) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'.