hypr-dynamic-cursor: use nixpkgs unstable

This commit is contained in:
2026-06-08 13:36:17 +02:00
parent c48d721d64
commit d0c547d2e0
+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;
in {
#refer to https://wiki.hypr.land/Nix/Hyprland-on-Home-Manager/
@@ -65,8 +65,7 @@
home.sessionVariables.NIXOS_OZONE_WL = "1";
wayland.windowManager.hyprland.plugins = [
#pkgs-unstable.hyprlandPlugins.hyprspace # currently broken
#self.packages.${pkgs-unstable.system}.hypr-dynamic-cursors-manual
pkgs-master.hyprlandPlugins.hypr-dynamic-cursors # currently broken
pkgs-unstable.hyprlandPlugins.hypr-dynamic-cursors
];
wayland.windowManager.hyprland.configType = "hyprlang";
wayland.windowManager.hyprland.settings = {