Skip to content

Commit

Permalink
Merge pull request #152 from mrjones2014/automation/update-flake-depe…
Browse files Browse the repository at this point in the history
…ndencies

[automation] update flake dependencies
  • Loading branch information
mrjones2014 committed Aug 30, 2024
2 parents 351b74b + 106bf05 commit 45d567d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions hosts/pc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
# use proprietary nvidia drivers
graphics.enable = true;
nvidia = {
# workaround for Steam new UI bug, change this back to `config.boot.kernelPackages.nvidiaPackages.stable` in the future.
# see: https://wiki.archlinux.org/title/Steam/Troubleshooting#Steam_window_does_not_show_on_Nvidia_GPUs_after_the_June_14,_2023_update
# see last answer here: https://discourse.nixos.org/t/using-older-revisions-of-nvidia-drivers/28645
package = config.boot.kernelPackages.nvidiaPackages.latest;
open = false;
modesetting.enable = true;
nvidiaPersistenced = true;
};
Expand Down

0 comments on commit 45d567d

Please sign in to comment.