This commit is contained in:
iFargle 2024-01-04 21:28:02 +09:00
parent a78a339348
commit e9f0f7ba53
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
stylix = {
image = /etc/nixos/git/wallpapers/stylix/wallpaper2.jpg;
autoEnable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-pale.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/kanagawa.yaml";
polarity = "dark";
targets = {
vscode.enable = true;

View file

@ -16,7 +16,7 @@
};
autoEnable = true;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-pale.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/kanagawa.yaml";
fonts = {
serif = {
package = pkgs.dejavu_fonts;