mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
added hyprcursor
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
environment.sessionVariables.WLR_NO_HARDWARE_CURSORS = "1";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pyprland
|
||||
hyprpicker
|
||||
hyprcursor
|
||||
|
||||
wezterm
|
||||
cool-retro-term
|
||||
|
||||
|
@@ -47,8 +47,6 @@
|
||||
xdg-utils
|
||||
wtype
|
||||
wlrctl
|
||||
hyprpicker
|
||||
pyprland
|
||||
waybar
|
||||
rofi-wayland
|
||||
dunst
|
||||
|
@@ -5,6 +5,8 @@
|
||||
environment.variables.GTK_THEME = "Catppuccin-Macchiato-Standard-Teal-Dark";
|
||||
environment.variables.XCURSOR_THEME = "Catppuccin-Macchiato-Teal";
|
||||
environment.variables.XCURSOR_SIZE = "24";
|
||||
environment.variables.HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal";
|
||||
environment.variables.HYPRCURSOR_SIZE = "24";
|
||||
qt.enable = true;
|
||||
qt.platformTheme = "gtk2";
|
||||
qt.style = "gtk2";
|
||||
|
Reference in New Issue
Block a user