swww -> awww

This commit is contained in:
EdenQwQ 2026-02-21 12:24:04 +08:00
parent 8275c96e4f
commit ce73753052
9 changed files with 143 additions and 68 deletions

View file

@ -28,7 +28,7 @@
sway = prev.sway.overrideAttrs (oldAttrs: {
passthru.providedSessions = [ "scroll" ];
});
inherit (inputs.nixpkgs-wayland.packages.${final.stdenv.hostPlatform.system}) swww;
inherit (inputs.awww.packages.${final.stdenv.hostPlatform.system}) awww;
};
inherit (inputs.niri.overlays) niri;