From c843a6314f1355b54b207448210de3d36b0ec39c Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Aug 2025 19:48:39 -0400 Subject: hyprcursor with bibata-classic --- home.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 0fdf5b3..78c34d4 100644 --- a/home.nix +++ b/home.nix @@ -60,6 +60,7 @@ wev obs-studio # hyprsysteminfo # application to display info about hyprland + hyprland-qt-support # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the @@ -151,7 +152,12 @@ services.hyprpolkitagent.enable = true; - + home.pointerCursor = { + hyprcursor.enable = true; + name = "Bibata-Original-Classic"; + size = 25; + package = pkgs.bibata-cursors; + }; # Let Home Manager install and manage itself. programs.home-manager.enable = true; } -- cgit v1.3.1