mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-10 13:34:07 +08:00
update swhkd; add a new wallpaper
This commit is contained in:
parent
0052d481d5
commit
5eee15bfa9
3 changed files with 13 additions and 2 deletions
|
|
@ -69,5 +69,9 @@
|
|||
name = "celestia-lunar.jpg";
|
||||
convertMethod = "lutgen";
|
||||
}
|
||||
{
|
||||
name = "kita.png";
|
||||
convertMethod = "gonord";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,13 +12,15 @@ rustPlatform.buildRustPackage {
|
|||
src = fetchFromGitHub {
|
||||
owner = "waycrate";
|
||||
repo = "swhkd";
|
||||
rev = "d7182b6854ea1873c388f38714b923570cb71f86";
|
||||
hash = "sha256-+cxF/aWy2OLs1s+vQIXXsTx4hVAfJGenEdxOSgsmcqk=";
|
||||
rev = "c5c4071459a6465a3743a8bb5bb990e27cdf315b";
|
||||
hash = "sha256-Tv9+UBDBuRD3equ2XNmyt3Fm1+9DxkRzqV4M7PWnBLA=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-LBbmFyddyw7vV5voctXq3L4U3Ddbh428j5XbI+td/dg=";
|
||||
|
||||
NO_RFKILL_SW_SUPPORT = 1;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
];
|
||||
|
|
|
|||
|
|
@ -61,6 +61,11 @@ let
|
|||
url = "https://i.imgur.com/QIhYwtH.jpg";
|
||||
sha256 = "04dsm4dpv2mddzw7vw77bb0s2mkd4n54hnfa277181smnns7cdzz";
|
||||
}
|
||||
{
|
||||
name = "kita.png";
|
||||
url = "https://i.imgur.com/fn2kneH.png";
|
||||
sha256 = "1pl9234h48xffyvbkvyg3rdxjw0432p8m0jbx7k8pb1l2d2m09a4";
|
||||
}
|
||||
];
|
||||
|
||||
wallpaperSrcs = map fetchurl wallpapers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue