From 06cfbe435061eb69448240763ee1d67fe20aa992 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 23 Jul 2023 20:11:22 +0200 Subject: [PATCH] this doesn't do shit --- hosts/niks/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index bb48aa18..55495ac8 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -71,13 +71,13 @@ in programs.regreet = { enable = true; settings = { - GTK = { - application_prefer_dark_theme = true; - cursor_theme_name = "Bibata-Modern-Classic"; - font_name = "JetBrains Mono 16"; - icon_theme_name = "Papirus-Dark"; - theme_name = "Catppuccin-Mocha-Standard-Green-dark"; - }; + #GTK = { + # application_prefer_dark_theme = true; + # cursor_theme_name = "Bibata-Modern-Classic"; + # font_name = "JetBrains Mono 16"; + # icon_theme_name = "Papirus-Dark"; + # theme_name = "Catppuccin-Mocha-Standard-Green-dark"; + #}; env = { GTK_USE_PORTAL = "0"; };