nvtop: enable only intel and nvidia
This commit is contained in:
parent
6fc8aa3d5a
commit
ec62ac5a7d
|
@ -121,7 +121,6 @@ in {
|
||||||
qemu
|
qemu
|
||||||
xclip
|
xclip
|
||||||
pdftk
|
pdftk
|
||||||
nvtop
|
|
||||||
x11vnc
|
x11vnc
|
||||||
yt-dlp
|
yt-dlp
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
@ -197,6 +196,12 @@ in {
|
||||||
xorg.xev
|
xorg.xev
|
||||||
xorg.xeyes
|
xorg.xeyes
|
||||||
|
|
||||||
|
nvtop.overrideAttrs
|
||||||
|
{
|
||||||
|
amd = true;
|
||||||
|
intel = true;
|
||||||
|
}
|
||||||
|
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit
|
inherit
|
||||||
(texlive)
|
(texlive)
|
||||||
|
|
Loading…
Reference in New Issue