diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-24 18:21:16 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-24 18:21:16 +0200 |
commit | de695788b0f3ae99ee26f95aa9d5d67a39c8fded (patch) | |
tree | 3425b3e2697b953faf53e0836338f29beed34848 /hosts/phobos/hardware.nix | |
parent | Fixed bug with overlays being inside their own directory (diff) | |
download | nixos-config-de695788b0f3ae99ee26f95aa9d5d67a39c8fded.tar.gz nixos-config-de695788b0f3ae99ee26f95aa9d5d67a39c8fded.tar.bz2 nixos-config-de695788b0f3ae99ee26f95aa9d5d67a39c8fded.zip |
Nvidia: Remove modesetting
Diffstat (limited to 'hosts/phobos/hardware.nix')
-rw-r--r-- | hosts/phobos/hardware.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix index c984d99..0ed7cec 100644 --- a/hosts/phobos/hardware.nix +++ b/hosts/phobos/hardware.nix @@ -42,7 +42,6 @@ in }; nvidia = { - modesetting.enable = true; prime = { sync.enable = true; |