about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-21 20:48:46 +0900
committersefidel <contact@sefidel.net>2022-01-21 20:49:43 +0900
commitd236c9d27f574c8f1e3bc883fc8fcf13e4a54626 (patch)
tree2c870846de076c68dbd3293f73d60d12f277d92d /home/profiles/base
parent6312c75b46542540183b7d29ad5cd5066e4c8777 (diff)
downloadnixrc-d236c9d27f574c8f1e3bc883fc8fcf13e4a54626.tar.gz
nixrc-d236c9d27f574c8f1e3bc883fc8fcf13e4a54626.zip
home/base: dina-font -> ctrld-font
Diffstat (limited to 'home/profiles/base')
-rw-r--r--home/profiles/base/config/foot.nix2
-rw-r--r--home/profiles/base/default.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/home/profiles/base/config/foot.nix b/home/profiles/base/config/foot.nix
index 08a38e7..f2e8149 100644
--- a/home/profiles/base/config/foot.nix
+++ b/home/profiles/base/config/foot.nix
@@ -5,7 +5,7 @@ with neotheme.colors;
 {
   main = {
     term = "foot";
-    font = "dina:size=10,JetBrainsMono Nerd Font:size=11";
+    font = "CtrlD:pixelsize=16,JetBrainsMono Nerd Font:size=10";
     letter-spacing = 0;
     line-height = 13;
     dpi-aware = "yes";
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 162cc4a..8a675f2 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -29,6 +29,7 @@ in
     gtk.iconTheme.name = "Papirus-Dark";
     gtk.theme.package = phocus;
     gtk.theme.name = "phocus";
+    gtk.font.name = "CtrlD 10";
 
     home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ-AA";