fix: deprecations
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2025-07-27 17:19:13 +02:00
parent 67b04a636c
commit 02bcc3ede9
No known key found for this signature in database
5 changed files with 42 additions and 69 deletions

View file

@ -15,11 +15,8 @@ in
};
};
config = mkIf cfg.enable {
nixpkgs.config.allowUnfree = true;
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport32Bit = true;
extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
};