diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-18 15:14:14 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-18 15:14:14 +0200 |
| commit | 6708d31eeec7dd19cfac5a7dbf469812436acfb9 (patch) | |
| tree | b759542d5442b73d6c8703c7139a096e7650f6af /hosts/apocalypse/nvidia.nix | |
| parent | 4ea016bb3f2857abc4de506a5e81aaba881d5cc7 (diff) | |
Nix flake update
- Remove GTK theming for now
- Add cors for email
- Uninstall iamb due to build errors
Diffstat (limited to 'hosts/apocalypse/nvidia.nix')
| -rw-r--r-- | hosts/apocalypse/nvidia.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/apocalypse/nvidia.nix b/hosts/apocalypse/nvidia.nix index db2e80a..7f1cb9f 100644 --- a/hosts/apocalypse/nvidia.nix +++ b/hosts/apocalypse/nvidia.nix @@ -40,7 +40,7 @@ nvidiaSettings = true; # Optionally, you may need to select the appropriate driver version for your specific GPU. - package = config.boot.kernelPackages.nvidiaPackages.production; + package = config.boot.kernelPackages.nvidiaPackages.legacy_580; prime = { offload = { |
