mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: removed ivpn
This commit is contained in:
parent
6c645d1dbe
commit
6a4dade515
3 changed files with 8 additions and 5 deletions
|
|
@ -29,10 +29,16 @@
|
|||
enable = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = builtins.attrValues {
|
||||
inherit (pkgs) nvidia-vaapi-driver libva-vdpau-driver;
|
||||
inherit (pkgs)
|
||||
nvidia-vaapi-driver
|
||||
libva-vdpau-driver
|
||||
;
|
||||
};
|
||||
extraPackages32 = builtins.attrValues {
|
||||
inherit (pkgs.pkgsi686Linux) nvidia-vaapi-driver libva-vdpau-driver;
|
||||
inherit (pkgs.pkgsi686Linux)
|
||||
nvidia-vaapi-driver
|
||||
libva-vdpau-driver
|
||||
;
|
||||
};
|
||||
};
|
||||
nvidia = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue