Skip to content

Commit 12cc41d

Browse files
committed
feat: use nvidia 565.57.01 driver & update flake.lock
1 parent b3596b4 commit 12cc41d

File tree

3 files changed

+20
-34
lines changed

3 files changed

+20
-34
lines changed

flake.lock

+16-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hosts/nixos/gaming/configuration.nix

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ in {
8383
modesetting.enable = true;
8484
open = true; # use nvidia driver switch this to true to use nouveau open source driver
8585

86+
# https://github.com/NixOS/nixpkgs/blob/d0797a04b81caeae77bcff10a9dde78bc17f5661/pkgs/os-specific/linux/nvidia-x11/default.nix#L48-L77
87+
package = config.boot.kernelPackages.nvidiaPackages.beta;
88+
8689
# persistencedSha256 = lib.fakeSha256;
8790

8891
# Doesn't boot with kde plasma6 on 6.11.5 kernel version

modules/common-linux-gui.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
krita
1313
lm_sensors
1414
mission-center # task manager
15-
nerdfonts
15+
# nerdfonts
1616
oculante
1717
peek
1818
vscode

0 commit comments

Comments
 (0)