This commit is contained in:
Sakooooo 2023-09-05 13:31:58 +04:00
parent 5d65d42345
commit 57467ba119
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 6 additions and 2 deletions

View file

@ -105,7 +105,8 @@
;;(setq doom-themes-treemacs-theme "doom-atom") ; use "doom-colors" for less minimal icon theme
;;(doom-themes-treemacs-config)
;; Corrects (and improves) org-mode's native fontification.
;;(doom-themes-org-config))
;;(doom-themes-org-config)
)
;; better statusbar
(use-package doom-modeline

View file

@ -13,7 +13,10 @@ in
# bro
direnv
# oh my days
emacs
emacsWithPackagesFromUsePackage {
package = pkgs.emacs;
config = ../../../../config/emacs/init.el
};
];
home-manager.users.sako.home.file.".emacs.d" = {
enable = true;