Use onedark theme on Vanguard again
This commit is contained in:
parent
1f7a3279df
commit
fd955db244
|
@ -9,6 +9,7 @@
|
|||
./desktop.nix
|
||||
./steam.nix
|
||||
];
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
||||
home-manager.users.${username} = {
|
||||
imports = [ ./home/swww/default.nix ];
|
||||
home = {
|
||||
|
|
|
@ -215,7 +215,7 @@
|
|||
stylix = {
|
||||
enable = true;
|
||||
image = ./wallpapers/default.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
polarity = config.lib.stylix.scheme.variant;
|
||||
opacity = {
|
||||
applications = 0.9;
|
||||
|
|
Loading…
Reference in a new issue