From efd25516a3af3bb285198a850285c770a3ef0704 Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 17:32:51 -0400 Subject: [PATCH] Try pulling hyprcursor in --- modules/home/crow/home.nix | 3 +++ modules/home/crow/hyprland.conf | 3 +-- modules/hypr/default.nix | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index 7781f92..0cd6234 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -13,6 +13,9 @@ }; programs = { + hyprcursor = { + enable = true; + }; waybar = { enable = true; systemd.enable = true; diff --git a/modules/home/crow/hyprland.conf b/modules/home/crow/hyprland.conf index 0378604..92421b8 100644 --- a/modules/home/crow/hyprland.conf +++ b/modules/home/crow/hyprland.conf @@ -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 ### ############# diff --git a/modules/hypr/default.nix b/modules/hypr/default.nix index 5f81763..98dfc1e 100644 --- a/modules/hypr/default.nix +++ b/modules/hypr/default.nix @@ -9,7 +9,6 @@ }; config.environment.sessionVariables = lib.mkIf config.hypr.enable { - WLR_NO_HARDWARE_CURSORS = "1"; NIXOS_OZONE_WL = "1"; }; }