mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-16 14:34:00 +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,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue