This commit is contained in:
iFargle 2024-01-04 20:57:10 +09:00
parent 8e0c13b0d6
commit 5c94cda60d
2 changed files with 2 additions and 2 deletions

View file

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

View file

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