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 = { stylix = {
enable = true; enable = true;
image = ./wallpapers/default.png; image = ./wallpapers/default.png;
base16Scheme = lib.mkDefault ./themes/one-dark.yaml; base16Scheme = ./themes/one-light.yaml;
polarity = config.lib.stylix.colors.variant; polarity = config.lib.stylix.colors.variant;
opacity = { opacity = {
applications = 1.0; applications = 1.0;

View file

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