mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: removed ivpn
This commit is contained in:
parent
6c645d1dbe
commit
6a4dade515
3 changed files with 8 additions and 5 deletions
|
|
@ -42,10 +42,8 @@ in
|
||||||
gparted
|
gparted
|
||||||
heroic
|
heroic
|
||||||
imageViewing
|
imageViewing
|
||||||
# plasma
|
|
||||||
hypr
|
hypr
|
||||||
wayland
|
wayland
|
||||||
ivpn
|
|
||||||
kolourPaint
|
kolourPaint
|
||||||
ledger
|
ledger
|
||||||
libreOffice
|
libreOffice
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ in
|
||||||
flatpak
|
flatpak
|
||||||
hypr
|
hypr
|
||||||
wayland
|
wayland
|
||||||
ivpn
|
|
||||||
network
|
network
|
||||||
ollamaMars
|
ollamaMars
|
||||||
plymouth
|
plymouth
|
||||||
|
|
|
||||||
|
|
@ -29,10 +29,16 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enable32Bit = true;
|
enable32Bit = true;
|
||||||
extraPackages = builtins.attrValues {
|
extraPackages = builtins.attrValues {
|
||||||
inherit (pkgs) nvidia-vaapi-driver libva-vdpau-driver;
|
inherit (pkgs)
|
||||||
|
nvidia-vaapi-driver
|
||||||
|
libva-vdpau-driver
|
||||||
|
;
|
||||||
};
|
};
|
||||||
extraPackages32 = builtins.attrValues {
|
extraPackages32 = builtins.attrValues {
|
||||||
inherit (pkgs.pkgsi686Linux) nvidia-vaapi-driver libva-vdpau-driver;
|
inherit (pkgs.pkgsi686Linux)
|
||||||
|
nvidia-vaapi-driver
|
||||||
|
libva-vdpau-driver
|
||||||
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nvidia = {
|
nvidia = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue