wayland: add waypipe

This commit is contained in:
steveej 2024-06-12 22:23:27 +02:00
parent ef016ac70a
commit 0a5d068d83
2 changed files with 6 additions and 1 deletions

View file

@ -33,7 +33,7 @@ in {
home.packages = with pkgs; home.packages = with pkgs;
[ [
# required by network-manager-applet # required by network-manager-applet
pkgs.networkmanagerapplet networkmanagerapplet
wlr-randr wlr-randr
wayout wayout
@ -59,6 +59,8 @@ in {
# probably required by flameshot # probably required by flameshot
# xdg-desktop-portal xdg-desktop-portal-wlr # xdg-desktop-portal xdg-desktop-portal-wlr
# grim # grim
waypipe
] ]
++ ( ++ (
lib.lists.optionals (!pkgs.stdenv.isAarch64) lib.lists.optionals (!pkgs.stdenv.isAarch64)

View file

@ -85,6 +85,9 @@ in {
version = "1.88.1"; version = "1.88.1";
yarnCache = attrs.yarnCache.overrideAttrs (_: {outputHash = "sha256-89c6GYLT2RzHqwxBKegYqB6g5rEJ6/nH53cnfV7b0Ts=";}); yarnCache = attrs.yarnCache.overrideAttrs (_: {outputHash = "sha256-89c6GYLT2RzHqwxBKegYqB6g5rEJ6/nH53cnfV7b0Ts=";});
})) }))
pkgs.waypipe
]; ];
}; };