Switch everything to one-light theme

This commit is contained in:
Evie Litherland-Smith 2025-02-26 15:26:55 +00:00
parent 1ae4c48560
commit 06bc7cb7e0
2 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -5,7 +5,6 @@
...
}:
{
stylix.base16Scheme = ./themes/one-light.yaml;
services.samba.enable = true;
environment.systemPackages = with pkgs; [ twinkle ];
home-manager.users.${username} =