From 1a5557ed0ac77a09f29fbcad5e8036ae2dd62f38 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 14 Jan 2025 08:02:00 +0000 Subject: [PATCH] Back to using one-light for all devices --- system/default.nix | 2 +- system/work.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/system/default.nix b/system/default.nix index d36c0d86..deea78ee 100644 --- a/system/default.nix +++ b/system/default.nix @@ -215,7 +215,7 @@ stylix = { enable = true; image = ./wallpapers/default.png; - base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; polarity = config.lib.stylix.scheme.variant; opacity = { applications = 0.9; diff --git a/system/work.nix b/system/work.nix index b9862242..e6868477 100644 --- a/system/work.nix +++ b/system/work.nix @@ -5,7 +5,6 @@ ... }: { - stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; services.samba.enable = true; environment.systemPackages = with pkgs; [ twinkle ]; home-manager.users.${username} =