diff --git a/hosts/eldrid/configuration.nix b/hosts/eldrid/configuration.nix index 0331b45..0ddffbb 100644 --- a/hosts/eldrid/configuration.nix +++ b/hosts/eldrid/configuration.nix @@ -40,7 +40,7 @@ }; stylix = { enable = true; - theme = "vesper"; + theme = "sandcastle"; }; locale = "uk_UA.UTF-8"; misc = { diff --git a/hosts/legion/configuration.nix b/hosts/legion/configuration.nix index fb06add..6e26afb 100644 --- a/hosts/legion/configuration.nix +++ b/hosts/legion/configuration.nix @@ -33,7 +33,7 @@ }; stylix = { enable = true; - theme = "gruvbox-dark-pale"; + theme = "sandcastle"; }; locale = "uk_UA.UTF-8"; virt.libvirt.enable = true; diff --git a/hosts/morphius/configuration.nix b/hosts/morphius/configuration.nix index 8c2f727..df74812 100644 --- a/hosts/morphius/configuration.nix +++ b/hosts/morphius/configuration.nix @@ -40,7 +40,7 @@ }; stylix = { enable = true; - theme = "vesper"; + theme = "sandcastle"; }; locale = "uk_UA.UTF-8"; };