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