Switch to onedark theme for personal, one-light for work

This commit is contained in:
Evie Litherland-Smith 2025-01-23 06:29:02 +00:00
parent 913ac8dbc0
commit 662efe95e8
2 changed files with 2 additions and 1 deletions

View file

@ -215,7 +215,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 = 0.9;

View file

@ -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} =