]> Skullheadx's Git Forge - nixos.git/commitdiff
hyprcursor with bibata-classic
authorAndrew <admonty1@protonmail.com>
Thu, 21 Aug 2025 23:48:39 +0000 (19:48 -0400)
committerAndrew <admonty1@protonmail.com>
Thu, 21 Aug 2025 23:48:39 +0000 (19:48 -0400)
configuration.nix
home.nix
hyprland/hyprland.nix

index 3e83a25c975efa424faf48540e1a43cff83c87de..790532b8ac05640fedeb2e3daa47b201ccb5c515 100644 (file)
@@ -72,7 +72,7 @@
     hyprland
     kitty
     libnotify
-
+       bibata-cursors
   ];
   programs.steam = {
     enable = true;
index 0fdf5b3941faa616e262fdd02c3806b81ad04717..78c34d44c9aa4f9944b8cb991aedbd84ff929875 100644 (file)
--- 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
        
        
 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;
 }
index 48a34313eeb6a78106cfb759a6477c7a898903d5..202ab60addb9036255fb6135c5a600902d28ae6a 100644 (file)
@@ -9,6 +9,10 @@
     enable = true;
     systemd.enable = false;
     settings = {
+env = [
+  "HYPRCURSOR_THEME,Bibata-Original-Classic"
+  "HYPRCURSOR_SIZE,24"
+];
       monitor = [
         "DP-3,2560x1440@180.00,0x0,1"
         "DP-2,1920x1080@165.00,2560x360,1"