Doom emacs now styled with stylix!

This commit is contained in:
Emmet
2023-05-15 18:18:59 -05:00
parent 48179d5154
commit b351a06295
3 changed files with 188 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
./wm/xmonad/xmonad.nix # My xmonad config
./shell/sh.nix # My zsh and bash config
./bin/phoenix.nix # My nix command wrapper
./app/doom-emacs/doom.nix # My doom emacs config
./app/terminal/alacritty.nix # My alacritty config
./app/terminal/kitty.nix # My kitty config
./app/git/git.nix # My git config
@@ -137,11 +138,6 @@
dosfstools
];
programs.doom-emacs = {
enable = true;
doomPrivateDir = ./app/doom-emacs;
};
home.file.".librewolf/librewolf.overrides.cfg".text = ''
pref("font.name.serif.x-western","Inconsolata");
pref("font.size.variable.x-western",20);