diff options
| author | Baitinq <[email protected]> | 2024-12-30 20:47:34 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-12-30 20:47:34 +0100 |
| commit | 6d03d3c418d253712ec1ba4a8af5c516bc542e3b (patch) | |
| tree | e948738f04533b89cb6af01526dbfbbaec766449 /hardware/laptop | |
| parent | Dotfiles: XMobar: Change bar font (diff) | |
| download | nixos-config-6d03d3c418d253712ec1ba4a8af5c516bc542e3b.tar.gz nixos-config-6d03d3c418d253712ec1ba4a8af5c516bc542e3b.tar.bz2 nixos-config-6d03d3c418d253712ec1ba4a8af5c516bc542e3b.zip | |
Hardware: Laptop: Fix nvidia
Diffstat (limited to 'hardware/laptop')
| -rw-r--r-- | hardware/laptop/hardware.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardware/laptop/hardware.nix b/hardware/laptop/hardware.nix index bc1f3cb..2e4b550 100644 --- a/hardware/laptop/hardware.nix +++ b/hardware/laptop/hardware.nix @@ -51,6 +51,7 @@ in { nvidia = { modesetting.enable = true; package = config.boot.kernelPackages.nvidiaPackages.beta; + open = false; prime = { sync.enable = true; |