summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-26 23:38:50 +0100
committermakefu <github@syntax-fehler.de>2016-02-26 23:38:50 +0100
commit0378844b2acf7debb5cc17defa9a36c5f25cfea2 (patch)
treed0badf88aa91eff6451df65cd8abe26f62756b6b /1systems
parent8e88f216afbc95fc5ad1c41ea721a76a4b82d8bd (diff)
ma 2 laptop-utils: init
Diffstat (limited to '1systems')
-rw-r--r--1systems/pornocauster.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/1systems/pornocauster.nix b/1systems/pornocauster.nix
index b2cf0be79..9415f2345 100644
--- a/1systems/pornocauster.nix
+++ b/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;