Add wl-backdrop (WIP) --bg-color option
This commit is contained in:
parent
38a96b79b3
commit
a7fe813f17
5 changed files with 61 additions and 3 deletions
|
|
@ -14,6 +14,10 @@
|
|||
sidebus.inputs.nixpkgs.follows = "nixpkgs";
|
||||
sidebus.inputs.flake-parts.follows = "flake-parts";
|
||||
|
||||
wl-backdrop.url = "git+https://git.clan.lol/valpackett/wl-backdrop?shallow=1&ref=main";
|
||||
wl-backdrop.inputs.nixpkgs.follows = "nixpkgs";
|
||||
wl-backdrop.inputs.flake-parts.follows = "flake-parts";
|
||||
|
||||
# To override with local checkouts during development, use the --override-input CLI flag!
|
||||
muvm-src = {
|
||||
url = "github:valpackett/muvm/c68742bcedb96deb6f23ed5a83188022d1cdf71d"; # v0.5.0+custom-init+dbus
|
||||
|
|
@ -35,6 +39,7 @@
|
|||
nixpkgs,
|
||||
flake-parts,
|
||||
sidebus,
|
||||
wl-backdrop,
|
||||
muvm-src,
|
||||
libkrun-src,
|
||||
# libkrunfw-src,
|
||||
|
|
@ -122,6 +127,7 @@
|
|||
mesa = self'.packages.mesa;
|
||||
muvm = self'.packages.muvm;
|
||||
wl-cross-domain-proxy = self'.packages.wl-cross-domain-proxy;
|
||||
wl-backdrop = wl-backdrop.packages.${system}.wl-backdrop;
|
||||
sidebus-broker = sidebus.packages.${system}.sidebus-broker;
|
||||
};
|
||||
|
||||
|
|
@ -132,6 +138,7 @@
|
|||
libkrun = self'.packages.libkrun;
|
||||
muvm = self'.packages.muvm;
|
||||
wl-cross-domain-proxy = self'.packages.wl-cross-domain-proxy;
|
||||
wl-backdrop = wl-backdrop.packages.${system}.wl-backdrop;
|
||||
sidebus-broker = sidebus.packages.${system}.sidebus-broker;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue