diff options
| author | Baitinq <[email protected]> | 2022-06-24 18:21:16 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-24 18:21:16 +0200 |
| commit | ef45bad7413f692632bc45a92ec5d52b0f6ad68c (patch) | |
| tree | b1ee49e563e969ad4a517a99d97bffda07d6ae36 | |
| parent | Fixed bug with overlays being inside their own directory (diff) | |
| download | nixos-config-ef45bad7413f692632bc45a92ec5d52b0f6ad68c.tar.gz nixos-config-ef45bad7413f692632bc45a92ec5d52b0f6ad68c.tar.bz2 nixos-config-ef45bad7413f692632bc45a92ec5d52b0f6ad68c.zip | |
Nvidia: Remove modesetting
| -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; |