diff options
| -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 |
