Switch everything to one-light theme
This commit is contained in:
parent
1ae4c48560
commit
06bc7cb7e0
|
@ -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;
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
stylix.base16Scheme = ./themes/one-light.yaml;
|
||||
services.samba.enable = true;
|
||||
environment.systemPackages = with pkgs; [ twinkle ];
|
||||
home-manager.users.${username} =
|
||||
|
|
Loading…
Reference in a new issue