fix nvtop
This commit is contained in:
parent
ec62ac5a7d
commit
f544a9f45a
|
@ -196,11 +196,12 @@ in {
|
||||||
xorg.xev
|
xorg.xev
|
||||||
xorg.xeyes
|
xorg.xeyes
|
||||||
|
|
||||||
nvtop.overrideAttrs
|
(nvtop.override {
|
||||||
{
|
|
||||||
amd = true;
|
amd = true;
|
||||||
intel = true;
|
intel = true;
|
||||||
}
|
msm = false;
|
||||||
|
nvidia = false;
|
||||||
|
})
|
||||||
|
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit
|
inherit
|
||||||
|
|
Loading…
Reference in New Issue