Added uwsm to wayland.nix

This commit is contained in:
2026-03-14 12:27:32 +00:00
parent d8c89696e3
commit 7519d6b400
+4
View File
@@ -1177,6 +1177,10 @@ This file sets up wayland
"org.freedesktop.impl.portal.Screencast" = [ "hyprland" ];
};
};
home.packages = with pkgs; [
uwsm
];
};
}
#+END_SRC