summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-10-20 11:34:30 +0300
committertzlil <tzlils@protonmail.com>2023-10-20 11:34:30 +0300
commit00db7aca343a925220b17223b02dfb79b05f597c (patch)
treec4d578c37aec06001ec52c9494339eb62418bbf4 /profiles
parent313b15f10fee61500de8b8b1333702da8375f6b6 (diff)
stuff
Diffstat (limited to 'profiles')
-rw-r--r--profiles/graphical.nix14
1 files changed, 3 insertions, 11 deletions
diff --git a/profiles/graphical.nix b/profiles/graphical.nix
index b284c0d..4340807 100644
--- a/profiles/graphical.nix
+++ b/profiles/graphical.nix
@@ -24,15 +24,6 @@
         };
       };
 
-      # gtk = {
-      #   enable = true;
-      #   font.name = "Victor Mono SemiBold 12";
-      #   theme = {
-      #     name = "SolArc-Dark";
-      #     package = pkgs.solarc-gtk-theme;
-      #   };
-      # };=>
-
       qt = {
         enable = true;
         style.name = "adawita-dark";
@@ -50,8 +41,9 @@
           gtk-xft-rgba = "rgb"; # => font-rgb-order="rgb"
         };
         font = {
-          package = pkgs.noto-fonts;
-          name = "Noto Sans 11";
+          #package = pkgs.noto-fonts;
+          #name = "Noto Sans 11";
+          name = "APL385 Unicode";
         };
       };
     };