diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-10-24 21:34:15 +0200 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-10-24 21:34:15 +0200 |
commit | 9590aefe5bdaf9cbf939525180773e53e67eb60c (patch) | |
tree | 7482c81aa07b71060b2894de9982522809a2c71c /configuration.nix | |
parent | 5df07af3221eebe3ed97adc7701659cb001687a4 (diff) |
Move to sway on wayland using nouveau drivers
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 13 |
1 files changed, 1 insertions, 12 deletions
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. |