removed fontconfig

This commit is contained in:
Sam 2024-06-15 13:08:55 +01:00
parent fcfc907c57
commit 6af30c93a9
4 changed files with 2 additions and 13 deletions

View File

@ -9,6 +9,7 @@
liberation_ttf
libertine
nerdfonts
font-awesome
];
}

View File

@ -3,7 +3,6 @@
./firefox.nix
./alacritty.nix
./zotero.nix
./fontconfig.nix
];
# Global packages for desktop environments

View File

@ -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" ];
};
};
};
}

View File

@ -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" &