removed fontconfig
This commit is contained in:
parent
fcfc907c57
commit
6af30c93a9
|
@ -9,6 +9,7 @@
|
|||
liberation_ttf
|
||||
libertine
|
||||
nerdfonts
|
||||
font-awesome
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
./firefox.nix
|
||||
./alacritty.nix
|
||||
./zotero.nix
|
||||
./fontconfig.nix
|
||||
];
|
||||
|
||||
# Global packages for desktop environments
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ ... }: {
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
serif = [ "NotoSans Nerd Font" "Noto Color Emoji" ];
|
||||
sansSerif = [ "Linux Biolinum O" "Noto Color Emoji" ];
|
||||
monospace = [ "Hack Nerd Font" "Noto Color Emoji" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
picom -b --config ~/.config/picom/picom.conf
|
||||
xrdb ~/.Xresources
|
||||
|
||||
autostart="dwmblocks feh-wallpaper-changer"
|
||||
autostart="dwmblocks feh-wallpaper-changer sxhkd dunst"
|
||||
|
||||
for program in $autostart; do
|
||||
pidof -sx "$program" || "$program" &
|
||||
|
|
Loading…
Reference in New Issue