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 /hyprland/hyprland.nix | |
| parent | add hyprpolkitagent (diff) | |
| download | nixos-c843a6314f1355b54b207448210de3d36b0ec39c.tar.gz nixos-c843a6314f1355b54b207448210de3d36b0ec39c.tar.bz2 nixos-c843a6314f1355b54b207448210de3d36b0ec39c.zip | |
hyprcursor with bibata-classic
Diffstat (limited to 'hyprland/hyprland.nix')
| -rw-r--r-- | hyprland/hyprland.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hyprland/hyprland.nix b/hyprland/hyprland.nix index 48a3431..202ab60 100644 --- a/hyprland/hyprland.nix +++ b/hyprland/hyprland.nix @@ -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" |
