forked from colonelpanic/dotfiles
[NixOS] Use jonaburg picom
This commit is contained in:
10
nixos/overlay.nix
Normal file
10
nixos/overlay.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
final: prev: {
|
||||
picom = prev.picom.overrideAttrs(_: {
|
||||
src = prev.fetchFromGitHub {
|
||||
repo = "picom";
|
||||
owner = "jonaburg";
|
||||
rev = "a8445684fe18946604848efb73ace9457b29bf80";
|
||||
sha256 = "sha256-R+YUGBrLst6CpUgG9VCwaZ+LiBSDWTp0TLt1Ou4xmpQ=";
|
||||
};
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user