about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-11-26 10:55:37 +0300
committerK900 <me@0upti.me>2023-11-26 10:55:37 +0300
commit54c8998ba18d253786b1fd56a712c92693151b4c (patch)
treee7d8f07d6bf535f35d0e0fb04354851ef29fb225 /nixos/modules/programs
parentd588537b901fe0020ab4405dd5829713da329b7c (diff)
treewide: /lib/libexec -> /libexec
/lib/libexec doesn't exist.
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/environment.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 6cf9257d035a0..8ac723f42f61a 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -45,7 +45,7 @@ in
         GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" "/lib/gtk-4.0" ];
         XDG_CONFIG_DIRS = [ "/etc/xdg" ];
         XDG_DATA_DIRS = [ "/share" ];
-        LIBEXEC_PATH = [ "/lib/libexec" ];
+        LIBEXEC_PATH = [ "/libexec" ];
       };
 
     environment.pathsToLink = [ "/lib/gtk-2.0" "/lib/gtk-3.0" "/lib/gtk-4.0" ];