From 00db7aca343a925220b17223b02dfb79b05f597c Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 20 Oct 2023 11:34:30 +0300 Subject: stuff --- profiles/graphical.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'profiles/graphical.nix') 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"; }; }; }; -- cgit 1.4.1