From 678ea5274023fbf8b3159a03c011774248f5c74c Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Tue, 30 Jan 2024 08:54:18 +0100 Subject: [PATCH] Gnome: Apply GoogleDot cursor theme by default --- nix-os/desktop/gnome.nix | 3 +++ 1 file changed, 3 insertions(+) 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 ]; }; }