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
This commit is contained in:
parent
6a899722c2
commit
2c65fed397
|
@ -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
|
||||
'';
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue