From 9155cafd9ac4e497272275e15749d0a2a2467c44 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Tue, 25 Jun 2024 17:41:59 +0300 Subject: [PATCH] flake/laptop config cleanup --- flake.nix | 1 - hosts/laptop/configuration.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 06e3531..d51bba9 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,6 @@ mailserver = { url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master"; inputs.flake-compat.follows = "flake-compat"; - inputs.utils.follows = "flake-utils"; inputs.nixpkgs.follows = "nixpkgs"; }; authentik-nix = { diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index d39af8c..d3684cb 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -124,8 +124,6 @@ in # Make sure opengl is enabled hardware.opengl = { enable = true; - driSupport = true; - driSupport32Bit = true; # These extrapackages I added later but it didn't help extraPackages = with pkgs; [ intel-media-driver # LIBVA_DRIVER_NAME=iHD