Skip to content

Commit

Permalink
fix: use opn source driver to fix kde plasma login issue
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Nov 3, 2024
1 parent f1b0abd commit 36fc730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/nixos/gaming/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ in {
nvidia = {
nvidiaPersistenced = true;
modesetting.enable = true;
open = false; # use nvidia driver switch this to true to use nouveau open source driver
open = true; # use nvidia driver switch this to true to use nouveau open source driver

# nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
# https://github.com/NixOS/nixpkgs/commit/7c810fab6d18f9ee3be8113222b95cc2aa5e643d
Expand Down

0 comments on commit 36fc730

Please sign in to comment.