From 43854419e1e6857f2a36fffd12e3cb585bfb7965 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 9 Feb 2025 06:03:32 +0000 Subject: [PATCH] Reapply "Theme updates again" This reverts commit d3298ea3f0f4698b643d65d4049b1c4f009fded2. --- system/default.nix | 2 +- system/work.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index 5b6f3a47..69cd066c 100644 --- a/system/default.nix +++ b/system/default.nix @@ -206,7 +206,7 @@ stylix = { enable = true; image = ./wallpapers/default.png; - base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/one-light.yaml"; + base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark.yaml"; polarity = config.lib.stylix.scheme.variant; opacity = { applications = 1.0; diff --git a/system/work.nix b/system/work.nix index e6868477..b9862242 100644 --- a/system/work.nix +++ b/system/work.nix @@ -5,6 +5,7 @@ ... }: { + stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; services.samba.enable = true; environment.systemPackages = with pkgs; [ twinkle ]; home-manager.users.${username} =