diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-28 16:21:48 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-28 19:30:25 +0100 |
commit | ce5235a66ea52e0ea7972a0b01e19400851ed200 (patch) | |
tree | d27cf37582fe0aeb1a4e842317f4c2b630cc5468 /hosts/home.nix | |
parent | Fix update changes (diff) | |
download | nixos-config-ce5235a66ea52e0ea7972a0b01e19400851ed200.tar.gz nixos-config-ce5235a66ea52e0ea7972a0b01e19400851ed200.tar.bz2 nixos-config-ce5235a66ea52e0ea7972a0b01e19400851ed200.zip |
Font: Add new font
Diffstat (limited to 'hosts/home.nix')
-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/"; |