Revert "Theme updates again"

This reverts commit a8777de5e7.
This commit is contained in:
Evie Litherland-Smith 2025-02-06 16:01:27 +00:00
parent 9a12785cf8
commit d3298ea3f0
2 changed files with 1 additions and 2 deletions

View file

@ -196,7 +196,7 @@
stylix = {
enable = true;
image = ./wallpapers/default.png;
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark.yaml";
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/one-light.yaml";
polarity = config.lib.stylix.scheme.variant;
opacity = {
applications = 1.0;

View file

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