summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-14 01:13:16 +0200
committermakefu <github@syntax-fehler.de>2015-10-14 01:13:16 +0200
commitd7a50bbc00db2e9c8593032a56bb104b1dcb5fce (patch)
tree938c2813035c5e8a487e07d34e917ba9e11106ff /2configs
parentc09e89261ae95b4bf1c106c405fe74e3839004a5 (diff)
m 2 base-gui: apparently overwriting important stuff breaks other shit
postInstall is being used in the awesome pkg to wrap the executable, if this does not happen nothing works
Diffstat (limited to '2configs')
-rw-r--r--2configs/base-gui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/base-gui.nix b/2configs/base-gui.nix
index 28a03b8ff..7b7f85f13 100644
--- a/2configs/base-gui.nix
+++ b/2configs/base-gui.nix
@@ -35,7 +35,7 @@ in
};
nixpkgs.config.packageOverrides = pkgs: rec {
awesome = pkgs.stdenv.lib.overrideDerivation pkgs.awesome (oldAttrs : {
- postInstall = ''
+ postFixup = ''
cp ${awesomecfg} $out/etc/xdg/awesome/rc.lua
'';
});