summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-05-16 00:02:28 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-05-16 00:02:28 -0500
commit3eabecec88d419e4a63da7cbedbd58757f09a181 (patch)
tree2403bd4904b5876d81919a66bbe0a89546cc10bf /hosts
parent9301f6c7242b84ed2636b14fbc9b068087045f33 (diff)
downloadnixos-config-3eabecec88d419e4a63da7cbedbd58757f09a181.tar.gz
nixos-config-3eabecec88d419e4a63da7cbedbd58757f09a181.zip
hosts/ades/common: Change GTK3 config file path
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ades/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ades/common.nix b/hosts/ades/common.nix
index 04894f3..b88a6cb 100644
--- a/hosts/ades/common.nix
+++ b/hosts/ades/common.nix
@@ -65,7 +65,7 @@ in
};
"X11/Xresources".source = ./Xresources;
"xdg/awesome/rc.lua".source = ./awesome.lua;
- "xdg/gtk-3.0".source = ./gtkrc-3.ini;
+ "xdg/gtk-3.0/settings.ini".source = ./gtkrc-3.ini;
};
services.joycond.enable = true;