@@ -0,0 +1,3 @@
+[submodule "home/features/desktop/sway/swayodroid/swayodroid-shell"]
+ path = home/features/desktop/sway/swayodroid/swayodroid-shell
+ url = https://github.com/johron/swayodroid-shell
@@ -11,6 +11,8 @@
./ui/waybar
./ui/mako.nix
+ ./swayodroid
+
./theming/notwaita.nix
./theming/breeze-dark.nix
];
@@ -0,0 +1,18 @@
+{ config, pkgs, lib, ... }:
+{
+ home.packages = with pkgs; [
+ qt6.qtwayland
+ #qt6.qtsvg
+ #qt6.qtimageformats
+ #qt6.qtmultimedia
+ #qt6.qt5compat
+ ];
+ programs.quickshell = {
+ enable = true;
+ configs.swayodroid = ./swayodroid-shell;
+ activeConfig = "swayodroid";
+ };
+}
@@ -0,0 +1 @@
+Subproject commit d7b963d40a212f16674e58de76b3dcdd1c54a159