From 1f5d95aa939a1efc4bb14359f37cc986c2f0e5b4 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 24 Feb 2025 16:19:43 +0000 Subject: [PATCH] Switch back to one-dark/one-light base24 themes --- system/default.nix | 2 +- system/work.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} =