diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-06-19 17:53:32 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-06-19 17:53:32 -0600 |
| commit | 4e20657201312e73510f16a99badaeb660514a9f (patch) | |
| tree | 3dd66c1ee45c989ba1f0dd752ae7cbc02b815f59 | |
| parent | e46c4a6ebacb9dced21ba11d3d7cdc77e1aec6dc (diff) | |
home/baseline/graphics: fix pointer cursor size
| -rw-r--r-- | home/baseline/graphics.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/baseline/graphics.nix b/home/baseline/graphics.nix index 072acb7..f065adb 100644 --- a/home/baseline/graphics.nix +++ b/home/baseline/graphics.nix @@ -26,11 +26,17 @@ with lib; { home = { pointerCursor = { + enable = true; + name = "Adwaita"; + size = 48; + package = pkgs.adwaita-icon-theme; gtk.enable = true; x11.enable = true; + sway.enable = true; + dotIcons.enable = true; }; sessionVariables = { |
