mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[General] Update to 24.11
Drop kwin backports Drop removed printing packages
This commit is contained in:
parent
69ee53452d
commit
d04b4a1f7d
11 changed files with 9 additions and 57 deletions
|
|
@ -144,11 +144,11 @@ in {
|
|||
# For now, prefer using package overrides
|
||||
# aviallon.programs.config.cudaSupport = mkDefault true;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
nvidia-vaapi-driver
|
||||
];
|
||||
|
||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [
|
||||
hardware.graphics.extraPackages32 = with pkgs.pkgsi686Linux; [
|
||||
nvidia-vaapi-driver
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue