diff options
author | Freya Murphy <freya@freyacat.org> | 2025-09-19 22:15:13 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-09-20 11:54:55 -0400 |
commit | 20b33eb6db35251497984304adde5d7284f5d5fe (patch) | |
tree | 9d3caf8c13be6123ba1c717f5da8f59d3ea1d070 /home/desktops/hyprland/plugins.nix | |
parent | zsh: disable extendedglob (diff) | |
download | dotfiles-nix-20b33eb6db35251497984304adde5d7284f5d5fe.tar.gz dotfiles-nix-20b33eb6db35251497984304adde5d7284f5d5fe.tar.bz2 dotfiles-nix-20b33eb6db35251497984304adde5d7284f5d5fe.zip |
update commits
Diffstat (limited to '')
-rw-r--r-- | home/desktops/hyprland/plugins.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/desktops/hyprland/plugins.nix b/home/desktops/hyprland/plugins.nix index 0440e12..6d43693 100644 --- a/home/desktops/hyprland/plugins.nix +++ b/home/desktops/hyprland/plugins.nix @@ -6,7 +6,7 @@ }: { wayland.windowManager.hyprland = { plugins = [ - inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo + #inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo inputs.hy3.packages.${pkgs.system}.hy3 ]; |