Try pulling hyprcursor in

This commit is contained in:
Patrick Menking 2024-09-17 17:32:51 -04:00
parent be5ddff362
commit efd25516a3
3 changed files with 4 additions and 3 deletions

View file

@ -13,6 +13,9 @@
};
programs = {
hyprcursor = {
enable = true;
};
waybar = {
enable = true;
systemd.enable = true;

View file

@ -126,10 +126,9 @@ master {
# https://wiki.hyprland.org/Configuring/Variables/#misc
misc {
force_default_wallpaper = 2 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
}
#############
### INPUT ###
#############

View file

@ -9,7 +9,6 @@
};
config.environment.sessionVariables = lib.mkIf config.hypr.enable {
WLR_NO_HARDWARE_CURSORS = "1";
NIXOS_OZONE_WL = "1";
};
}