From 07ff09cff45f8c252c96c3a69665b2df6998f104 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Wed, 12 Jul 2023 12:23:55 +0300 Subject: [PATCH] removing proprietary nvidia drivers --- configuration.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/configuration.nix b/configuration.nix index 3cd729d..1762c90 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,23 +10,11 @@ system.stateVersion = "23.05"; - nixpkgs.config.allowUnfreePredicate = pkg: - builtins.elem (pkgs.lib.getName pkg) [ - "nvidia-x11" - "nvidia-settings" - ]; - hardware = { pulseaudio.enable = true; opengl = { enable = true; driSupport = true; - driSupport32Bit = true; - }; - nvidia = { - modesetting.enable = true; - open = true; - nvidiaSettings = true; }; }; @@ -138,7 +126,6 @@ flatpak = { enable = true; }; - xserver.videoDrivers = ["nvidia"]; }; home-manager.users.ivand = {lib, ...}: {