Generation 87 2024-04-21 03:23:54 (current)

This commit is contained in:
Jonas Röger 2024-04-21 03:23:56 +02:00
parent 0e2f240a03
commit e9fd0f0889
2 changed files with 2 additions and 1 deletions

View File

@ -82,4 +82,5 @@ in {
};
};
};
home.packages = doom-path-pkgs;
}

View File

@ -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'.