aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/gtk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/gtk.nix')
-rw-r--r--home/profiles/gtk.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/home/profiles/gtk.nix b/home/profiles/gtk.nix
index e1615b8..0be2475 100644
--- a/home/profiles/gtk.nix
+++ b/home/profiles/gtk.nix
@@ -2,30 +2,9 @@
{
gtk = {
enable = true;
-
- iconTheme = {
- name = "Papirus-Dark";
- package = pkgs.papirus-icon-theme;
- };
-
- theme = {
- name = "palenight";
- package = pkgs.palenight-theme;
- };
-
cursorTheme = {
name = "Numix-Cursor";
package = pkgs.numix-cursor-theme;
};
-
- gtk3.extraConfig = {
- gtk-application-prefer-dark-theme = true;
- };
-
- gtk4.extraConfig = {
- gtk-application-prefer-dark-theme = true;
- };
};
-
- home.sessionVariables.GTK_THEME = "palenight";
}