Stylix : Use Gnome cursor.
This commit is contained in:
parent
8aa218f061
commit
07b0e95f4a
|
@ -3,6 +3,7 @@
|
|||
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/
|
||||
# May also need to run: `gsettings set org.gnome.desktop.interface cursor-theme "Adwaita"`
|
||||
environment.systemPackages = with pkgs; [
|
||||
# glib
|
||||
gnome3.adwaita-icon-theme # default gnome cursors,
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
desktop = 0.85;
|
||||
};
|
||||
cursor = {
|
||||
name = "phinger-cursors";
|
||||
package = pkgs.phinger-cursors;
|
||||
size = 24;
|
||||
name = "Adwaita";
|
||||
package = pkgs.gnome3.adwaita-icon-theme;
|
||||
size = 14;
|
||||
};
|
||||
fonts = {
|
||||
sizes = {
|
||||
|
|
Loading…
Reference in a new issue