feat: f*ck you nvidia

This commit is contained in:
Jacob Bachmann 2024-04-29 22:37:44 +02:00
parent bb446c29ee
commit 36ace852a8
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
15 changed files with 95 additions and 46 deletions

View file

@ -15,11 +15,11 @@
gui = {
enable = true;
greeter.enable = false;
flavour = [ "sway" ];
flavour = [ "i3" ];
};
nvidia.enable = true;
audio.enable = true;
bluetooth.enable = true;
bluetooth.enable = false;
printing.enable = true;
vpn.enable = true;

View file

@ -19,6 +19,7 @@
];
# TODO once the 550 drivers are better, switch to them
/*
hardware.nvidia.package =
let
rcu_patch = pkgs.fetchpatch {
@ -35,6 +36,7 @@
persistencedSha256 = "sha256-d0Q3Lk80JqkS1B54Mahu2yY/WocOqFFbZVBh+ToGhaE=";
patches = [ rcu_patch ];
};
*/
boot.resumeDevice = "/dev/disk/by-label/ROOT";