install icursive-nerd-font

This commit is contained in:
♥ Minnie ♥ 2023-10-10 18:52:13 +08:00
parent e63c830566
commit 296924cdeb
24 changed files with 6 additions and 0 deletions

View file

@ -86,6 +86,12 @@
config = ../../pkgs/xmonad-config/src/xmonad.hs;
};
# Copy our personal font collection
home.file.".local/share/fonts" = {
recursive = true;
source = ../common/fonts;
};
# Copy some configuration files to $XDG_CONFIG_HOME
xdg.configFile = {
wezterm = { source = ./programs/wezterm/config; recursive = true; };