diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-07-16 10:20:12 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-07-16 10:20:12 -0400 |
| commit | 3d804b033bfcfc155644b63a4c5fcc4efc7623ea (patch) | |
| tree | 74cfc143999b83832ccabc0a250ed97f02a0974e /modules | |
| parent | update commits (diff) | |
| download | dotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.tar.gz dotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.tar.bz2 dotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.zip | |
update commits
Diffstat (limited to '')
| -rw-r--r-- | modules/desktops/hyprland/plugins.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/desktops/hyprland/plugins.nix b/modules/desktops/hyprland/plugins.nix index 21aff3b..e4d66ef 100644 --- a/modules/desktops/hyprland/plugins.nix +++ b/modules/desktops/hyprland/plugins.nix @@ -8,7 +8,7 @@ wayland.windowManager.hyprland = { plugins = [ inputs.hyprland-plugins.packages.${system}.hyprexpo - inputs.self.packages.${system}.hy3 + inputs.hy3.packages.${system}.hy3 ]; settings.plugin = { |