Swap to Kuromi theme

This commit is contained in:
Isshi0417 2024-07-05 16:20:54 +09:00
parent 4713f40199
commit 2e0ffdc80f
4 changed files with 17 additions and 3 deletions

View File

@ -26,8 +26,8 @@
# Stylix colors # Stylix colors
#../../modules/nixos/stylix/ghibli.nix #../../modules/nixos/stylix/ghibli.nix
#../../modules/nixos/stylix/kuromi.nix ../../modules/nixos/stylix/kuromi.nix
../../modules/nixos/stylix/dracula.nix #../../modules/nixos/stylix/dracula.nix
# Gaming # Gaming
../../modules/nixos/gaming.nix ../../modules/nixos/gaming.nix

View File

@ -50,7 +50,7 @@
# Other utility # Other utility
mullvad-vpn mullvad-vpn
easyeffects easyeffects
transmission transmission_4-gtk
]; ];
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage

View File

@ -22,5 +22,19 @@
}; };
}; };
stylix.fonts.sizes = {
applications = 12;
terminal = 15;
desktop = 10;
popups = 10;
};
stylix.opacity = {
applications = 1.0;
terminal = 1.0;
desktop = 1.0;
popups = 1.0;
};
stylix.polarity = "dark"; stylix.polarity = "dark";
} }