diff --git a/system/default.nix b/system/default.nix index 61e0e8a5..7be6b125 100644 --- a/system/default.nix +++ b/system/default.nix @@ -202,7 +202,7 @@ stylix = { enable = true; image = ./wallpapers/default.png; - base16Scheme = lib.mkDefault ./themes/catppuccin-macchiato.yaml; + base16Scheme = lib.mkDefault ./themes/one-dark.yaml; polarity = config.lib.stylix.colors.variant; opacity = { applications = 1.0; diff --git a/system/work.nix b/system/work.nix index 17c24eeb..46091bce 100644 --- a/system/work.nix +++ b/system/work.nix @@ -5,7 +5,7 @@ ... }: { - stylix.base16Scheme = ./themes/catppuccin-latte.yaml; + stylix.base16Scheme = ./themes/one-light.yaml; services.samba.enable = true; environment.systemPackages = with pkgs; [ twinkle ]; home-manager.users.${username} =