Revert kernel upgrade
I need 6.2+ for DS4, evdi doesn't work with kernel 6.6+, all versions matching are EOL. Probably won't game much before 24.05 release which hopefully helps things?
This commit is contained in:
parent
995c115c90
commit
88e0a1eb09
|
@ -28,6 +28,7 @@
|
||||||
};
|
};
|
||||||
# Needs prefetched binary blobs, see https://nixos.wiki/wiki/Displaylink
|
# Needs prefetched binary blobs, see https://nixos.wiki/wiki/Displaylink
|
||||||
services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
|
services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
|
||||||
|
# TODO See if nvidia and DL can work together.
|
||||||
};
|
};
|
||||||
imports = [
|
imports = [
|
||||||
nixos-hardware.nixosModules.dell-g3-3779
|
nixos-hardware.nixosModules.dell-g3-3779
|
||||||
|
|
11
flake.lock
11
flake.lock
|
@ -393,15 +393,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1715278311,
|
"lastModified": 1715353627,
|
||||||
"narHash": "sha256-Z787hdZuwBhQCQOeOmln5j9cCKxDWql7tbF1ukKDFZU=",
|
"narHash": "sha256-bt/KZsPUlQV1lOZU8vM3QT/05jHftCz88tA9+bXk83s=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "fix-prefetch-npm-deps",
|
||||||
"rev": "c8ab1e79ba0140bc75731c75177242089506260b",
|
"rev": "1cb0b0434d83719d73946b4516475e5ca31a2f2d",
|
||||||
"revCount": 75,
|
"revCount": 76,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.lix.systems/lix-project/nixos-module"
|
"url": "https://git.lix.systems/lix-project/nixos-module"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
"ref": "fix-prefetch-npm-deps",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.lix.systems/lix-project/nixos-module"
|
"url": "https://git.lix.systems/lix-project/nixos-module"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.frogeye.gaming
|
config = lib.mkIf config.frogeye.gaming
|
||||||
{
|
{
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest; # 24.05 6.2 has fix for knock-off DS4 controllers. Should downgrade when I have the spoons.
|
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses
|
hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in a new issue