📦️ [desktop] Update packages, update Linux kernel to latest, update Nvidia drivers

This commit is contained in:
2025-04-29 20:26:52 +02:00
parent 33351682c0
commit a49dc70148
3 changed files with 58 additions and 36 deletions

View File

@ -1,5 +1,6 @@
{
lib,
pkgs,
...
}:
@ -8,4 +9,6 @@
(lib.custom.relativeToRoot "shared/modules")
./hardware-configuration.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
}