diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-05-16 00:02:28 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-05-16 00:02:28 -0500 |
commit | 3eabecec88d419e4a63da7cbedbd58757f09a181 (patch) | |
tree | 2403bd4904b5876d81919a66bbe0a89546cc10bf /hosts | |
parent | 9301f6c7242b84ed2636b14fbc9b068087045f33 (diff) | |
download | nixos-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.nix | 2 |
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; |