home: picom: use picom-ft-labs
This commit is contained in:
parent
e45db982cc
commit
cf311539f4
1 changed files with 6 additions and 10 deletions
|
@ -1,15 +1,11 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.picom.overrideAttrs (old: {
|
package = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.picom-ft-labs;
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "FT-Labs";
|
|
||||||
repo = "picom";
|
|
||||||
rev = "ad8feaad127746beaf2afe2b2ea37e7af204a2ac";
|
|
||||||
sha256 = "sha256-3lZ41DkNi7FVyEwvMaWwOjLD2aZ6DxZhhvVQMnU6JrI=";
|
|
||||||
};
|
|
||||||
buildInputs = old.buildInputs ++ [pkgs.pcre2];
|
|
||||||
});
|
|
||||||
settings = {
|
settings = {
|
||||||
# Animations
|
# Animations
|
||||||
animations = true;
|
animations = true;
|
||||||
|
|
Loading…
Reference in a new issue