diff --git a/nix-os/desktop/gnome.nix b/nix-os/desktop/gnome.nix index a0418aa..68c3db0 100644 --- a/nix-os/desktop/gnome.nix +++ b/nix-os/desktop/gnome.nix @@ -28,6 +28,7 @@ in clock-show-seconds=true; clock-show-weekday=true; color-scheme="prefer-dark"; + cursor-theme="GoogleDot-White"; }; "org/gnome/desktop/media-handling" = { @@ -188,6 +189,8 @@ in # unstable.gnomeExtensions.translate-indicator # translate-shell pavucontrol + #FIXME: Apply the cursor theme also in GTK3 config + google-cursor ]; }; }