summaryrefslogtreecommitdiff
path: root/modules/desktops/hyprland
diff options
context:
space:
mode:
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 = {