chore: put hyprland plugins away since they won't work anyways

This commit is contained in:
Ahwx 2025-05-01 10:26:29 +02:00
parent d8ae7618be
commit 22b6bb227b

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ...}: { inputs, pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
# swww # swww
@ -24,7 +24,7 @@
systemd.enable = true; systemd.enable = true;
plugins = [ plugins = [
# inputs.Hyprspace.packages.${pkgs.system}.Hyprspace # inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
inputs.Hyswipe.packages.${pkgs.system}.Hyswipe # inputs.Hyswipe.packages.${pkgs.system}.Hyswipe
]; ];
}; };
} }