From cb4d37d3eedef974bc16e68c601c479a2ed503d9 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 14 Oct 2015 00:10:15 +0200 Subject: m 2 base-gui: also install pavuctl --- makefu/2configs/base-gui.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'makefu/2configs/base-gui.nix') diff --git a/makefu/2configs/base-gui.nix b/makefu/2configs/base-gui.nix index 30e4c735..28a03b8f 100644 --- a/makefu/2configs/base-gui.nix +++ b/makefu/2configs/base-gui.nix @@ -51,6 +51,7 @@ in }; environment.systemPackages = with pkgs;[ + pavucontrol xlockmore rxvt_unicode-with-plugins firefox -- cgit v1.2.3 From 2c65fed39714164ff4b28e3352440538ae262c79 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 14 Oct 2015 01:13:16 +0200 Subject: 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 --- makefu/2configs/base-gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/2configs/base-gui.nix') diff --git a/makefu/2configs/base-gui.nix b/makefu/2configs/base-gui.nix index 28a03b8f..7b7f85f1 100644 --- a/makefu/2configs/base-gui.nix +++ b/makefu/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 ''; }); -- cgit v1.2.3