mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Ricing emacs a bit
This commit is contained in:
parent
22590257d1
commit
df1f12a896
3 changed files with 245 additions and 9 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue