1
Fork 0

Navigate mini.files with enter!

This commit is contained in:
Matei Adriel 2023-09-22 19:37:24 +03:00
parent c21bf836a8
commit c8d7224dc9
No known key found for this signature in database
7 changed files with 48 additions and 13 deletions
common/themes

View file

@ -13,7 +13,7 @@ let
catppuccin-latte = {
stylix = {
image = ./wallpapers/needygirloverdose.jpg;
image = ./wallpapers/watercag.png;
base16Scheme = "${inputs.catppuccin-base16}/base16/latte.yaml";
polarity = "light";
};
@ -85,7 +85,7 @@ let
};
# Select your current theme here!
currentTheme = themes.catppuccin-macchiato;
currentTheme = themes.catppuccin-latte;
in
{
# We apply the current theme here.