We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4d97d commit 78469edCopy full SHA for 78469ed
gpd/pocket-4/default.nix
@@ -11,6 +11,9 @@ in
11
../../common/hidpi.nix
12
];
13
14
+ # Needed for wifi
15
+ hardware.enableRedistributableFirmware = mkDefault true;
16
+
17
boot = {
18
# As of kernel version 6.6.72, amdgpu throws a fatal error during init, resulting in a barely-working display
19
kernelPackages = mkIf (lib.versionOlder pkgs.linux.version "6.12") pkgs.linuxPackages_latest;
0 commit comments