diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/graphical.nix | 14 |
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"; }; }; }; |