summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-07-06 19:39:40 -0400
committerGitHub <noreply@github.com>2017-07-06 19:39:40 -0400
commit665dfda8e433de8c12849368869fca12a693014c (patch)
tree38f5e0806e539b21236dbded33e3f605735e4f64 /pkgs/top-level
parentf834ce36a183a5a53d210960ade9c968cf32f895 (diff)
parented59b2c892f462fa3fb94e4a51dc6831f9ec06af (diff)
downloadnixlib-665dfda8e433de8c12849368869fca12a693014c.tar
nixlib-665dfda8e433de8c12849368869fca12a693014c.tar.gz
nixlib-665dfda8e433de8c12849368869fca12a693014c.tar.bz2
nixlib-665dfda8e433de8c12849368869fca12a693014c.tar.lz
nixlib-665dfda8e433de8c12849368869fca12a693014c.tar.xz
nixlib-665dfda8e433de8c12849368869fca12a693014c.tar.zst
nixlib-665dfda8e433de8c12849368869fca12a693014c.zip
Merge pull request #27046 from NixOS/revert-26983-i3/allow-custom-configuration
Revert "i3: add `configFile` to enable cutom configuration locations"
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 0ae586aa72d1..61406ae271d7 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -14548,8 +14548,6 @@ with pkgs;
 
   i3 = callPackage ../applications/window-managers/i3 {
     xcb-util-cursor = if stdenv.isDarwin then xcb-util-cursor-HEAD else xcb-util-cursor;
-
-    configFile = config.i3.configFile or null;
   };
 
   i3-gaps = callPackage ../applications/window-managers/i3/gaps.nix { };