This commit is contained in:
kirbara 2025-12-01 15:49:43 +07:00
parent b4c896f447
commit 2772dc4e9b
Signed by: exp
GPG key ID: D7E63AD0019E75D9
6 changed files with 4 additions and 4 deletions

View file

@ -34,9 +34,9 @@
THEMES = builtins.concatStringsSep "," (["auto"] ++ THEMES = builtins.concatStringsSep "," (["auto"] ++
(map (name: lib.removePrefix "theme-" (lib.removeSuffix ".css" name)) (map (name: lib.removePrefix "theme-" (lib.removeSuffix ".css" name))
(builtins.attrNames (builtins.readDir theme)))); (builtins.attrNames (builtins.readDir theme))));
AMBIGUOUS_UNICODE_DETECTION = false;
DEFAULT_THEME = "catppuccin-black-minimal"; DEFAULT_THEME = "black-minimal";
}; };
}; };
}; };

View file

@ -11,8 +11,8 @@ _:
lfs.enable = true; lfs.enable = true;
settings = { settings = {
DEFAULT = { DEFAULT = {
APP_NAME = "EXPERIMENTING Repo"; APP_NAME = "Repo";
APP_SLOGAN = "love you"; APP_SLOGAN = "EXPERIMENTING";
}; };
repository = { repository = {
DISABLE_STARS = true; DISABLE_STARS = true;