Switch everything to one-light theme
This commit is contained in:
parent
1ae4c48560
commit
06bc7cb7e0
|
@ -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;
|
||||||
|
|
|
@ -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} =
|
||||||
|
|
Loading…
Reference in a new issue