[NixOS] Remove picom overlay for now
This commit is contained in:
parent
700cccfd60
commit
cd7698bebf
@ -59,7 +59,6 @@ makeEnable config "myModules.base" true {
|
||||
services.locate.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.enableNvidia = true;
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
hardware.nvidia.open = false;
|
||||
|
||||
|
@ -17,15 +17,16 @@ final: prev: {
|
||||
};
|
||||
});
|
||||
|
||||
picom = prev.picom.overrideAttrs (old: {
|
||||
src = prev.fetchFromGitHub {
|
||||
repo = "picom";
|
||||
owner = "dccsillag";
|
||||
rev = "51b21355696add83f39ccdb8dd82ff5009ba0ae5";
|
||||
sha256 = "sha256-crCwRJd859DCIC0pEerpDqdX2j8ZrNAzVaSSB3mTPN8==";
|
||||
};
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [final.pcre];
|
||||
});
|
||||
# picom = prev.picom.overrideAttrs (old: {
|
||||
# src = prev.fetchFromGitHub {
|
||||
# repo = "picom";
|
||||
# owner = "dccsillag";
|
||||
# rev = "51b21355696add83f39ccdb8dd82ff5009ba0ae5";
|
||||
# sha256 = "sha256-crCwRJd859DCIC0pEerpDqdX2j8ZrNAzVaSSB3mTPN8==";
|
||||
# };
|
||||
# nativeBuildInputs = old.nativeBuildInputs ++ [final.pcre final.gnugrep.pcre2 final.libpcre];
|
||||
# buildInputs = old.buildInputs ++ [final.pcre];
|
||||
# });
|
||||
|
||||
expressvpn = prev.expressvpn.overrideAttrs (_: {
|
||||
src = prev.fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user