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)
|
(scroll-bar-mode -1)
|
||||||
:hook (prog-mode . display-line-numbers-mode))
|
:hook (prog-mode . display-line-numbers-mode))
|
||||||
|
|
||||||
(use-package mood-line
|
(use-package doom-modeline
|
||||||
:init
|
:init
|
||||||
(mood-line-mode 1))
|
(doom-modeline-mode 1))
|
||||||
|
|
||||||
(use-package helm
|
(use-package helm
|
||||||
:bind (("C-x C-f" . helm-find-files)
|
:bind (("C-x C-f" . helm-find-files)
|
||||||
|
|
2
lib.nix
2
lib.nix
|
@ -29,7 +29,7 @@
|
||||||
inherit
|
inherit
|
||||||
(epkgs)
|
(epkgs)
|
||||||
spacious-padding
|
spacious-padding
|
||||||
mood-line
|
doom-modeline
|
||||||
helm
|
helm
|
||||||
base16-theme
|
base16-theme
|
||||||
nix-mode
|
nix-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue