diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/graphical.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/profiles/graphical.nix b/profiles/graphical.nix index 849634a..8ba6e7f 100644 --- a/profiles/graphical.nix +++ b/profiles/graphical.nix @@ -17,14 +17,14 @@ noto-fonts-cjk ]; - gtk = { - enable = true; - font.name = "Victor Mono SemiBold 12"; - theme = { - name = "SolArc-Dark"; - package = pkgs.solarc-gtk-theme; - }; - }; + # gtk = { + # enable = true; + # font.name = "Victor Mono SemiBold 12"; + # theme = { + # name = "SolArc-Dark"; + # package = pkgs.solarc-gtk-theme; + # }; + # }; # gtk = { # theme.package = pkgs.gnome.gnome-themes-extra; |