feat: added ristate
parent
56eac5d1c4
commit
ee92a7bd9a
|
@ -47,6 +47,21 @@
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
(self: super: {
|
||||||
|
ristate = super.ristate.overrideAttrs (old: rec {
|
||||||
|
src = super.fetchFromGitLab {
|
||||||
|
owner = "snakedye";
|
||||||
|
repo = "ristate";
|
||||||
|
rev = "92e989f26cadac69af1208163733e73b4cf447da";
|
||||||
|
sha256 = "sha256-6slH7R6kbSXQBd7q38oBEbngaCbFv0Tyq34VB1PAfhM=";
|
||||||
|
};
|
||||||
|
cargoDeps = old.cargoDeps.overrideAttrs (super.lib.const {
|
||||||
|
inherit src;
|
||||||
|
outputHash = "sha256-fOo9C0dNL9dYy5wXq/yEDqOV0OhOTEY42XK8ShpQh6k=";
|
||||||
|
});
|
||||||
|
});
|
||||||
|
})
|
||||||
|
|
||||||
# These packages seem to be broken on the unstable channel, so I'm using
|
# These packages seem to be broken on the unstable channel, so I'm using
|
||||||
# the stable versions for now. Currently this is not happening for any
|
# the stable versions for now. Currently this is not happening for any
|
||||||
# package that I use :)
|
# package that I use :)
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
light
|
light
|
||||||
pamixer
|
pamixer
|
||||||
playerctl
|
playerctl
|
||||||
|
ristate
|
||||||
river
|
river
|
||||||
swaybg
|
swaybg
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
Loading…
Reference in New Issue