summaryrefslogtreecommitdiff
path: root/modules/desktops/hyprland
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-07-13 11:33:43 -0400
committerFreya Murphy <freya@freyacat.org>2025-07-13 11:33:43 -0400
commit59802a38b6fd541e09e424d981e76991df485aa1 (patch)
tree4c2335b09a6e22a8afc59bb301f6f36ae9e3f629 /modules/desktops/hyprland
parentupdate commits (diff)
downloaddotfiles-nix-59802a38b6fd541e09e424d981e76991df485aa1.tar.gz
dotfiles-nix-59802a38b6fd541e09e424d981e76991df485aa1.tar.bz2
dotfiles-nix-59802a38b6fd541e09e424d981e76991df485aa1.zip
patch hy3 to build with hyprland dev
Diffstat (limited to 'modules/desktops/hyprland')
-rw-r--r--modules/desktops/hyprland/plugins.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/desktops/hyprland/plugins.nix b/modules/desktops/hyprland/plugins.nix
index b218e74..21aff3b 100644
--- a/modules/desktops/hyprland/plugins.nix
+++ b/modules/desktops/hyprland/plugins.nix
@@ -3,15 +3,12 @@
config,
system,
...
-}: let
- hyprland-plugins = inputs.hyprland-plugins.packages.${system};
- hy3 = inputs.hy3.packages.${system};
-in {
+}: {
home-manager.users.${config.user} = {
wayland.windowManager.hyprland = {
plugins = [
- hyprland-plugins.hyprexpo
- hy3.hy3
+ inputs.hyprland-plugins.packages.${system}.hyprexpo
+ inputs.self.packages.${system}.hy3
];
settings.plugin = {