Doom emacs now styled with stylix!
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user