From 9590aefe5bdaf9cbf939525180773e53e67eb60c Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 24 Oct 2024 21:34:15 +0200 Subject: Move to sway on wayland using nouveau drivers --- configuration.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 17aceae..6233580 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ lib, config, pkgs, ... }: +{ pkgs, ... }: { nix.settings.experimental-features = [ "nix-command" "flakes" ]; @@ -11,17 +11,6 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - hardware.nvidia = { - modesetting.enable = true; - powerManagement.enable = false; - powerManagement.finegrained = false; - open = false; - nvidiaSettings = true; - nvidiaPersistenced = true; - - package = config.boot.kernelPackages.nvidiaPackages.stable; - }; - security.rtkit.enable = true; # Set your time zone. -- cgit v1.2.3