install icursive-nerd-font
This commit is contained in:
parent
e63c830566
commit
296924cdeb
24 changed files with 6 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue