diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-21 19:48:39 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-21 19:48:39 -0400 |
| commit | c843a6314f1355b54b207448210de3d36b0ec39c (patch) | |
| tree | ddce0b3028b9fa2767b976fd4bb7051317714ca7 /home.nix | |
| parent | add hyprpolkitagent (diff) | |
| download | nixos-c843a6314f1355b54b207448210de3d36b0ec39c.tar.gz nixos-c843a6314f1355b54b207448210de3d36b0ec39c.tar.bz2 nixos-c843a6314f1355b54b207448210de3d36b0ec39c.zip | |
hyprcursor with bibata-classic
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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; } |
