feat(doom-modeline): replace mood-line with doom-modeline
This commit is contained in:
parent
b2882b175c
commit
4b6be377dd
2 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@
|
|||
(scroll-bar-mode -1)
|
||||
:hook (prog-mode . display-line-numbers-mode))
|
||||
|
||||
(use-package mood-line
|
||||
(use-package doom-modeline
|
||||
:init
|
||||
(mood-line-mode 1))
|
||||
(doom-modeline-mode 1))
|
||||
|
||||
(use-package helm
|
||||
:bind (("C-x C-f" . helm-find-files)
|
||||
|
|
2
lib.nix
2
lib.nix
|
@ -29,7 +29,7 @@
|
|||
inherit
|
||||
(epkgs)
|
||||
spacious-padding
|
||||
mood-line
|
||||
doom-modeline
|
||||
helm
|
||||
base16-theme
|
||||
nix-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue