feat(qq): use unstable
This commit is contained in:
@@ -24,17 +24,7 @@
|
|||||||
signal-desktop
|
signal-desktop
|
||||||
cinny-desktop
|
cinny-desktop
|
||||||
discord
|
discord
|
||||||
(master.qq.overrideAttrs (
|
qq
|
||||||
final: prev: {
|
|
||||||
preInstall =
|
|
||||||
prev.preInstall or ""
|
|
||||||
+ ''
|
|
||||||
gappsWrapperArgs+=(
|
|
||||||
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}"
|
|
||||||
)
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
))
|
|
||||||
|
|
||||||
gnome-clocks
|
gnome-clocks
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,11 @@
|
|||||||
infuse prev {
|
infuse prev {
|
||||||
cage.__output.patches.__append = [ ./cage-specify-output-name.patch ];
|
cage.__output.patches.__append = [ ./cage-specify-output-name.patch ];
|
||||||
matrix-synapse.__assign = final.stable.matrix-synapse;
|
matrix-synapse.__assign = final.stable.matrix-synapse;
|
||||||
|
qq.__output.preInstall.__append = ''
|
||||||
|
gappsWrapperArgs+=(
|
||||||
|
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}"
|
||||||
|
)
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# this allows us to access specific version of nixpkgs
|
# this allows us to access specific version of nixpkgs
|
||||||
|
|||||||
Reference in New Issue
Block a user