From 70f16ce4b43d6e59c3ec049c8c4d61ef6eac8172 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 26 Mar 2024 15:05:55 -0400 Subject: [PATCH] hyprland: fixed lightdm cursor theme package --- modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index abcad3a7..1332a135 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -23,7 +23,7 @@ }; font.name = "NotoSans Nerd Font Regular"; - cursorTheme.package = pkgs.catppuccin-cursors.latteDark; + cursorTheme.package = pkgs.catppuccin-cursors.frappeDark; cursorTheme.name = "Catppuccin-Frappe-Dark-Cursors"; cursorTheme.size = 32;