mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fixed hyprnome for hyprland v0.40.0
This commit is contained in:
parent
5caeb236c6
commit
41d09f722b
|
@ -325,6 +325,27 @@
|
||||||
hash = "sha256-S1bIIazrBWyjF8tOcIk0AwwWq9gbpTKNsjr9iYA5lKk=";
|
hash = "sha256-S1bIIazrBWyjF8tOcIk0AwwWq9gbpTKNsjr9iYA5lKk=";
|
||||||
};
|
};
|
||||||
}))
|
}))
|
||||||
|
(hyprnome.override (oldAttrs: {
|
||||||
|
rustPlatform = oldAttrs.rustPlatform // {
|
||||||
|
buildRustPackage = args: oldAttrs.rustPlatform.buildRustPackage (args // {
|
||||||
|
pname = "hyprnome";
|
||||||
|
version = "unstable-2024-05-06";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "donovanglover";
|
||||||
|
repo = "hyprnome";
|
||||||
|
rev = "f185e6dbd7cfcb3ecc11471fab7d2be374bd5b28";
|
||||||
|
hash = "sha256-tmko/bnGdYOMTIGljJ6T8d76NPLkHAfae6P6G2Aa2Qo=";
|
||||||
|
};
|
||||||
|
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (oldAttrs: rec {
|
||||||
|
name = "${pname}-vendor.tar.gz";
|
||||||
|
inherit src;
|
||||||
|
outputHash = "sha256-cQwAGNKTfJTnXDI3IMJQ2583NEIZE7GScW7TsgnKrKs=";
|
||||||
|
});
|
||||||
|
cargoHash = "sha256-cQwAGNKTfJTnXDI3IMJQ2583NEIZE7GScW7TsgnKrKs=";
|
||||||
|
});
|
||||||
|
};
|
||||||
|
})
|
||||||
|
)
|
||||||
gnome.zenity
|
gnome.zenity
|
||||||
wlr-randr
|
wlr-randr
|
||||||
wtype
|
wtype
|
||||||
|
@ -334,7 +355,6 @@
|
||||||
hyprpicker
|
hyprpicker
|
||||||
hypridle
|
hypridle
|
||||||
hyprlock
|
hyprlock
|
||||||
hyprnome
|
|
||||||
swaybg
|
swaybg
|
||||||
fnott
|
fnott
|
||||||
fuzzel
|
fuzzel
|
||||||
|
|
Loading…
Reference in a new issue