about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-28 16:21:48 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-28 19:30:25 +0100
commitce5235a66ea52e0ea7972a0b01e19400851ed200 (patch)
treed27cf37582fe0aeb1a4e842317f4c2b630cc5468 /hosts/home.nix
parentFix update changes (diff)
downloadnixos-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.nix3
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/";