Switch to catppuccin variant themes

This commit is contained in:
Evie Litherland-Smith 2025-02-17 06:54:55 +00:00
parent 4a6cbd5ee6
commit 7a6a6e41e7
2 changed files with 2 additions and 2 deletions

View file

@ -205,7 +205,7 @@
stylix = {
enable = true;
image = ./wallpapers/default.png;
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark.yaml";
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
polarity = config.lib.stylix.scheme.variant;
opacity = {
applications = 1.0;

View file

@ -5,7 +5,7 @@
...
}:
{
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml";
services.samba.enable = true;
environment.systemPackages = with pkgs; [ twinkle ];
home-manager.users.${username} =