overlay/sway: latest git -> 1.9

- https://aur.archlinux.org/packages/sway-git#comment-952005
  I am too lazy (and stupid) to fix it.
This commit is contained in:
Guanran Wang 2024-03-08 13:44:12 +08:00
parent 935372bb41
commit 82c7210f57
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
3 changed files with 1 additions and 1 deletions

View file

@ -6,5 +6,5 @@ let
in { in {
nautilus = import ./nautilus.nix {inherit addPatches;}; nautilus = import ./nautilus.nix {inherit addPatches;};
prismlauncher = import ./prismlauncher.nix {inherit addPatches;}; prismlauncher = import ./prismlauncher.nix {inherit addPatches;};
sway = import ./sway/git; sway = import ./sway/1.9 {inherit addPatches;};
} }