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