From 854ebf712f7684032c4a7d9fe5a58412e320b729 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 12 Dec 2025 14:49:09 +0530 Subject: catppucin cursor --- hypr/hyprland/env.conf | 6 ++++-- nixos/desktop-environment.nix | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hypr/hyprland/env.conf b/hypr/hyprland/env.conf index bccc699..169638d 100644 --- a/hypr/hyprland/env.conf +++ b/hypr/hyprland/env.conf @@ -1,3 +1,5 @@ -# See https://wiki.hyprland.org/Configuring/Environment-variables/ +env = XCURSOR_THEME,catppuccin-mocha-mauve-cursors +env = HYPRCURSOR_THEME,catppuccin-mocha-mauve-cursors env = XCURSOR_SIZE,24 -env = XCURSOR_THEME,Adwaita +env = HYPRCURSOR_SIZE,24 + diff --git a/nixos/desktop-environment.nix b/nixos/desktop-environment.nix index 47c7f19..865d6da 100644 --- a/nixos/desktop-environment.nix +++ b/nixos/desktop-environment.nix @@ -10,13 +10,14 @@ programs.dconf.enable = true; environment.systemPackages = with pkgs; [ quickshell.packages.${pkgs.system}.quickshell - adwaita-icon-theme + catppuccin-cursors.mochaMauve swaybg wl-clipboard mako lm_sensors grim slurp + hyprcursor hyprsunset playerctl libnotify -- cgit v1.2.3