mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Doom emacs now styled with stylix!
This commit is contained in:
parent
85e39fe68b
commit
5d91e9d00b
3 changed files with 188 additions and 5 deletions
12
user/app/doom-emacs/doom.nix
Normal file
12
user/app/doom-emacs/doom.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
doomPrivateDir = ./.;
|
||||
};
|
||||
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
||||
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
||||
extension = ".el";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue