about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/aszlig/profiles')
-rw-r--r--modules/user/aszlig/profiles/managed.nix1
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index 92566e04..8f99e38a 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -80,7 +80,6 @@ in {
       unfreeAndNonDistributablePkgs.hplipWithPlugin
     ];
 
-    hardware.opengl.s3tcSupport = true;
     hardware.opengl.driSupport32Bit = true;
     hardware.pulseaudio.enable = true;
     hardware.pulseaudio.package = pkgs.pulseaudioFull;
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index 4e4ea876..bbbbf919 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -46,7 +46,6 @@ in {
       pulseaudio.package = pkgs.pulseaudioFull;
       opengl = {
         driSupport32Bit = true;
-        s3tcSupport = true;
       };
     };