hypr-dynamic-cursor: use nixpkgs master

This commit is contained in:
2026-06-08 13:31:48 +02:00
parent d32a0e5948
commit 579f832afe
4 changed files with 4 additions and 343 deletions
+2 -2
View File
@@ -55,7 +55,7 @@
];
};
};
flake.homeModules.hyprland = {pkgs-unstable, ...}: let
flake.homeModules.hyprland = {pkgs-unstable, pkgs-master, ...}: let
wallpaper = ../../assets/wallpaper1.jpg;
in {
#refer to https://wiki.hypr.land/Nix/Hyprland-on-Home-Manager/
@@ -66,7 +66,7 @@
wayland.windowManager.hyprland.plugins = [
#pkgs-unstable.hyprlandPlugins.hyprspace # currently broken
#self.packages.${pkgs-unstable.system}.hypr-dynamic-cursors-manual
#pkgs-unstable.hyprlandPlugins.hypr-dynamic-cursors # currently broken
pkgs-master.hyprlandPlugins.hypr-dynamic-cursors # currently broken
];
wayland.windowManager.hyprland.configType = "hyprlang";
wayland.windowManager.hyprland.settings = {
+1 -1
View File
@@ -104,7 +104,7 @@
useUserPackages = true;
extraSpecialArgs = {
inherit (self) pkgs-unstable;
inherit (self) pkgs-unstable pkgs-master;
inherit self;
};
};
+1 -1
View File
@@ -104,7 +104,7 @@
useUserPackages = true;
extraSpecialArgs = {
inherit (self) pkgs-unstable pkgs-local;
inherit (self) pkgs-unstable pkgs-local pkgs-master;
inherit self;
};
};