mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-03 07:23:32 +00:00
foot-transparent: rename to foot-git; drop fullscreen transparency patch
This commit is contained in:
parent
0ba3882e71
commit
efe83b353f
3 changed files with 28 additions and 158 deletions
28
pkgs/foot-git/package.nix
Normal file
28
pkgs/foot-git/package.nix
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
lib,
|
||||
fetchFromGitea,
|
||||
foot,
|
||||
pins,
|
||||
date,
|
||||
...
|
||||
}:
|
||||
foot.overrideAttrs (let
|
||||
pin = pins.foot;
|
||||
in {
|
||||
pname = "foot-transparent";
|
||||
version = "0-unstable-${date}";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "dnkl";
|
||||
repo = "foot";
|
||||
rev = pin.revision;
|
||||
sha256 = pin.hash;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "An auto-upgrading version of FOot to ensure we are always up to dates";
|
||||
mainProgram = "foot";
|
||||
maintainers = with lib.maintainers; [NotAShelf];
|
||||
};
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue