diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-12 14:49:09 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-12 14:49:09 +0530 |
| commit | 854ebf712f7684032c4a7d9fe5a58412e320b729 (patch) | |
| tree | ed979f7db149d7aa7149739ed30fd33bc51bacc3 | |
| parent | a1522f065e9b3ebc253068e04fbf869e881faf3b (diff) | |
catppucin cursor
| -rw-r--r-- | hypr/hyprland/env.conf | 6 | ||||
| -rw-r--r-- | 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 |
