From e905ce2b06065c32896ee41e5b416ae7265a47f4 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sat, 29 Jun 2024 06:45:12 +0800 Subject: [PATCH] home: avoid xresources --- nixos/profiles/common/graphical/home/theme.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/profiles/common/graphical/home/theme.nix b/nixos/profiles/common/graphical/home/theme.nix index 1406520..c938329 100644 --- a/nixos/profiles/common/graphical/home/theme.nix +++ b/nixos/profiles/common/graphical/home/theme.nix @@ -8,7 +8,6 @@ name = "Adwaita"; package = pkgs.gnome.adwaita-icon-theme; size = 24; - x11.enable = true; gtk.enable = true; };