Stylix : Use Gnome cursor.

This commit is contained in:
Dmitry Voronin 2024-05-03 14:52:37 +03:00
parent 8aa218f061
commit 07b0e95f4a
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 4 additions and 3 deletions

View file

@ -3,6 +3,7 @@
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
# HACK: Fixes bug: https://www.reddit.com/r/NixOS/comments/1afbjiu/i_get_a_nonetype_error_when_trying_to_launch_a_vm/ # HACK: Fixes bug: https://www.reddit.com/r/NixOS/comments/1afbjiu/i_get_a_nonetype_error_when_trying_to_launch_a_vm/
# May also need to run: `gsettings set org.gnome.desktop.interface cursor-theme "Adwaita"`
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# glib # glib
gnome3.adwaita-icon-theme # default gnome cursors, gnome3.adwaita-icon-theme # default gnome cursors,

View file

@ -12,9 +12,9 @@
desktop = 0.85; desktop = 0.85;
}; };
cursor = { cursor = {
name = "phinger-cursors"; name = "Adwaita";
package = pkgs.phinger-cursors; package = pkgs.gnome3.adwaita-icon-theme;
size = 24; size = 14;
}; };
fonts = { fonts = {
sizes = { sizes = {