chore
This commit is contained in:
parent
b4c896f447
commit
2772dc4e9b
6 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue