Compare commits
3 Commits
79908fae93
...
f7ac2caaee
Author | SHA1 | Date | |
---|---|---|---|
f7ac2caaee | |||
10b8f61d27 | |||
58432fe908 |
@ -70,7 +70,6 @@ makeEnable config "modules.desktop" true {
|
|||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
notify-osd-customizable
|
notify-osd-customizable
|
||||||
okular
|
okular
|
||||||
picom
|
|
||||||
pinentry
|
pinentry
|
||||||
psensor
|
psensor
|
||||||
quassel
|
quassel
|
||||||
|
@ -85,6 +85,16 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"docs.railbird.ai" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
root = "/var/lib/syncthing/railbird/docs";
|
||||||
|
locations."/" = {
|
||||||
|
extraConfig = ''
|
||||||
|
autoindex on;
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@ final: prev: {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
picom = prev.picom.overrideAttrs (old: {
|
picom-pijulius = prev.picom-pijulius.overrideAttrs (old: {
|
||||||
src = prev.fetchFromGitHub {
|
src = prev.fetchFromGitHub {
|
||||||
repo = "picom";
|
repo = "picom";
|
||||||
owner = "dccsillag";
|
owner = "pijulius";
|
||||||
rev = "51b21355696add83f39ccdb8dd82ff5009ba0ae5";
|
rev = "cb93ce9aeed7362c10f2537cd51f4ba45e7d88b5";
|
||||||
sha256 = "sha256-crCwRJd859DCIC0pEerpDqdX2j8ZrNAzVaSSB3mTPN8==";
|
sha256 = "sha256-VAYC4ksQHnO3PctkmPlO/5/lL/7vLcHYRptwb03Hcwc=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = old.nativeBuildInputs ++ [final.pcre];
|
nativeBuildInputs = old.nativeBuildInputs ++ [final.asciidoctor];
|
||||||
});
|
});
|
||||||
|
|
||||||
expressvpn = prev.expressvpn.overrideAttrs (_: {
|
expressvpn = prev.expressvpn.overrideAttrs (_: {
|
||||||
|
@ -82,7 +82,8 @@ makeEnable config "modules.xmonad" true {
|
|||||||
enable = true;
|
enable = true;
|
||||||
vSync = config.modules.xmonad.picom.vSync.enable;
|
vSync = config.modules.xmonad.picom.vSync.enable;
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
extraArgs = ["--experimental-backends"];
|
# extraArgs = ["--experimental-backends"];
|
||||||
|
package = pkgs.picom-pijulius;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
animations = true;
|
animations = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user