Switch to catppuccin variant themes
This commit is contained in:
parent
4a6cbd5ee6
commit
7a6a6e41e7
|
@ -205,7 +205,7 @@
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
image = ./wallpapers/default.png;
|
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;
|
polarity = config.lib.stylix.scheme.variant;
|
||||||
opacity = {
|
opacity = {
|
||||||
applications = 1.0;
|
applications = 1.0;
|
||||||
|
|
|
@ -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;
|
services.samba.enable = true;
|
||||||
environment.systemPackages = with pkgs; [ twinkle ];
|
environment.systemPackages = with pkgs; [ twinkle ];
|
||||||
home-manager.users.${username} =
|
home-manager.users.${username} =
|
||||||
|
|
Loading…
Reference in a new issue