Ricing emacs a bit

This commit is contained in:
Emmet
2024-12-01 18:06:02 -06:00
parent 22590257d1
commit df1f12a896
3 changed files with 245 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
command-log-mode
vertico corfu hotfuzz orderless
evil evil-collection evil-snipe evil-owl evil-vimish-fold
dashboard doom-modeline
dashboard doom-themes doom-modeline
nerd-icons nerd-icons-dired nerd-icons-corfu
nerd-icons-ibuffer nerd-icons-completion
yasnippet
@@ -23,4 +23,8 @@
})
];
home.file.".config/emacs/init.el".source = ./init.el;
home.file.".config/emacs/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
template = builtins.readFile ./doom-stylix-theme.el.mustache;
extension = ".el";
};
}