From dd6165547d4bb2de3d84c0c7a109255f08db0c7a Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 30 Mar 2025 08:56:37 +0200 Subject: [PATCH] force replacing gtkrc --- common/home/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/home/default.nix b/common/home/default.nix index 8b18bc8..1e16b2b 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -57,6 +57,7 @@ in # I don't want the directory directly in home, even though I only go to it via the symlink "programming".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/"; + ".gtkrc-2.0".force = true; }; # haha, now I can set my home folder like this homeDirectory = "/home/${me.nickname}";