feat: add mouse cursor

main
mandlm 2023-09-25 14:16:57 +02:00
parent f7902362cc
commit 6913cc47d0
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,14 @@ in
}; };
}; };
}; };
home.pointerCursor = {
name = "Adwaita";
package = pkgs.gnome.adwaita-icon-theme;
size = 24;
x11 = {
enable = true;
defaultCursor = "Adwaita";
}; };
}; };