mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 18:30:46 +02:00
hypr-dynamic-cursor: use nixpkgs unstable
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user