feat: adds hyprsunset and hyprspace

This commit is contained in:
Ahwx 2024-12-13 16:32:18 +01:00
parent 894aa39d84
commit 0f207dab5b

View file

@ -11,6 +11,7 @@
glib glib
wayland wayland
direnv direnv
inputs.hyprsunset.packages.${pkgs.system}.hyprsunset
]; ];
# systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ]; # systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
@ -22,7 +23,7 @@
# enableNvidiaPatches = false; # enableNvidiaPatches = false;
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
]; ];
}; };