diff options
author | makefu <github@syntax-fehler.de> | 2016-02-26 23:38:50 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-02-26 23:38:50 +0100 |
commit | ce0b1e987a4bd99ed204e9ce06a7c882060dcbcf (patch) | |
tree | 7355e13d8dae28b68ec19867b22628a1fea0c2ef /makefu/1systems | |
parent | 340ea29373bd689e8b49d6657de3f0d0833df2ce (diff) |
ma 2 laptop-utils: init
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/pornocauster.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/1systems/pornocauster.nix b/makefu/1systems/pornocauster.nix index b2cf0be79..9415f2345 100644 --- a/makefu/1systems/pornocauster.nix +++ b/makefu/1systems/pornocauster.nix @@ -8,6 +8,7 @@ [ # Include the results of the hardware scan. ../. ../2configs/main-laptop.nix #< base-gui + zsh + ../2configs/laptop-utils.nix # Krebs ../2configs/tinc-basic-retiolum.nix @@ -39,6 +40,9 @@ nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; + # steam + hardware.opengl.driSupport32Bit = true; + hardware.pulseaudio.support32Bit = true; # configure pulseAudio to provide a HDMI sink as well networking.firewall.enable = true; |