Skip to content

Commit

Permalink
fix: nvidia rendering issues with VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Oct 4, 2023
1 parent 960a823 commit 4e6532d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions nixos/_mixins/hardware/gtx-1080ti.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
../av/vulkan.nix
];

hardware = {
nvidia = {
modesetting.enable = true;
powerManagement.enable = false;

# Whether to use the open source kernel module
# The GTX 1080 is not supported by the open source driver
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
open = false;
};
};

environment.systemPackages = with pkgs; [
nvtop
];
Expand Down

0 comments on commit 4e6532d

Please sign in to comment.