diff --git a/hosts/fallarbor/stylix.nix b/hosts/fallarbor/stylix.nix index b30ae0e1..ef08e517 100644 --- a/hosts/fallarbor/stylix.nix +++ b/hosts/fallarbor/stylix.nix @@ -11,8 +11,8 @@ polarity = "dark"; cursor = { - name = "Bibata-Modern-Classic"; - package = pkgs.bibata-cursors; + name = "Adwaita"; + package = pkgs.adwaita-icon-theme; size = 24; }; diff --git a/hosts/lavaridge/stylix.nix b/hosts/lavaridge/stylix.nix index 194f2331..c6b8954f 100644 --- a/hosts/lavaridge/stylix.nix +++ b/hosts/lavaridge/stylix.nix @@ -11,8 +11,8 @@ polarity = "dark"; cursor = { - name = "Bibata-Modern-Classic"; - package = pkgs.bibata-cursors; + name = "Adwaita"; + package = pkgs.adwaita-icon-theme; size = 24; }; diff --git a/hosts/mauville/stylix.nix b/hosts/mauville/stylix.nix index 4c1aeba8..31134e4a 100644 --- a/hosts/mauville/stylix.nix +++ b/hosts/mauville/stylix.nix @@ -11,8 +11,8 @@ polarity = "light"; cursor = { - name = "Bibata-Modern-Classic"; - package = pkgs.bibata-cursors; + name = "Adwaita"; + package = pkgs.adwaita-icon-theme; size = 24; }; diff --git a/hosts/pacifidlog/stylix.nix b/hosts/pacifidlog/stylix.nix index b264c09e..4d475393 100644 --- a/hosts/pacifidlog/stylix.nix +++ b/hosts/pacifidlog/stylix.nix @@ -11,8 +11,8 @@ polarity = "dark"; cursor = { - name = "Bibata-Modern-Classic"; - package = pkgs.bibata-cursors; + name = "Adwaita"; + package = pkgs.adwaita-icon-theme; size = 24; }; diff --git a/hosts/petalburg/stylix.nix b/hosts/petalburg/stylix.nix index 194f2331..c6b8954f 100644 --- a/hosts/petalburg/stylix.nix +++ b/hosts/petalburg/stylix.nix @@ -11,8 +11,8 @@ polarity = "dark"; cursor = { - name = "Bibata-Modern-Classic"; - package = pkgs.bibata-cursors; + name = "Adwaita"; + package = pkgs.adwaita-icon-theme; size = 24; }; diff --git a/hosts/rustboro/stylix.nix b/hosts/rustboro/stylix.nix index eb20c2db..013966c2 100644 --- a/hosts/rustboro/stylix.nix +++ b/hosts/rustboro/stylix.nix @@ -11,8 +11,8 @@ polarity = "dark"; cursor = { - name = "Bibata-Modern-Classic"; - package = pkgs.bibata-cursors; + name = "Adwaita"; + package = pkgs.adwaita-icon-theme; size = 24; };