hypr-dynamic-cursor: use nixpkgs unstable

This commit is contained in:
2026-06-08 13:43:25 +02:00
parent 579f832afe
commit 933478d820
+2 -3
View File
@@ -55,7 +55,7 @@
]; ];
}; };
}; };
flake.homeModules.hyprland = {pkgs-unstable, pkgs-master, ...}: let flake.homeModules.hyprland = {pkgs-unstable, ...}: let
wallpaper = ../../assets/wallpaper1.jpg; wallpaper = ../../assets/wallpaper1.jpg;
in { in {
#refer to https://wiki.hypr.land/Nix/Hyprland-on-Home-Manager/ #refer to https://wiki.hypr.land/Nix/Hyprland-on-Home-Manager/
@@ -65,8 +65,7 @@
home.sessionVariables.NIXOS_OZONE_WL = "1"; home.sessionVariables.NIXOS_OZONE_WL = "1";
wayland.windowManager.hyprland.plugins = [ wayland.windowManager.hyprland.plugins = [
#pkgs-unstable.hyprlandPlugins.hyprspace # currently broken #pkgs-unstable.hyprlandPlugins.hyprspace # currently broken
#self.packages.${pkgs-unstable.system}.hypr-dynamic-cursors-manual pkgs-unstable.hyprlandPlugins.hypr-dynamic-cursors
pkgs-master.hyprlandPlugins.hypr-dynamic-cursors # currently broken
]; ];
wayland.windowManager.hyprland.configType = "hyprlang"; wayland.windowManager.hyprland.configType = "hyprlang";
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {