diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 10c864a..4cd3fdb 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -18,6 +18,7 @@ #dwm #st alacritty + # ghostty dmenu unclutter clipmenu @@ -406,6 +407,8 @@ "/home/${user}/.cargo/bin" ]; + fonts.fontconfig.enable = true; + # For disabling the automatic creation of $HOME/Desktop xdg.userDirs.desktop = "$HOME/"; |