Vanguard: use onedark theme
This commit is contained in:
parent
57b15d30be
commit
2e03915245
|
@ -9,6 +9,7 @@
|
||||||
./desktop.nix
|
./desktop.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
];
|
];
|
||||||
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.05";
|
||||||
|
|
|
@ -211,7 +211,7 @@
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
image = ./wallpapers/default.jpg;
|
image = ./wallpapers/default.jpg;
|
||||||
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;
|
polarity = config.lib.stylix.scheme.variant;
|
||||||
opacity = {
|
opacity = {
|
||||||
applications = 0.9;
|
applications = 0.9;
|
||||||
|
|
Loading…
Reference in a new issue