21 lines
360 B
Nix
21 lines
360 B
Nix
channels: final: prev: {
|
|
|
|
__dontExport = true; # overrides clutter up actual creations
|
|
|
|
inherit (channels.latest)
|
|
# discord-canary
|
|
kmscon
|
|
prismlauncher
|
|
;
|
|
|
|
inherit (channels.fork)
|
|
# https://nixpk.gs/pr-tracker.html?pr=244591
|
|
firefox-devedition
|
|
;
|
|
|
|
inherit (channels.stable)
|
|
hydrus
|
|
;
|
|
|
|
qtile = final.qtile-unstable;
|
|
}
|