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"] ++
|
||||
(map (name: lib.removePrefix "theme-" (lib.removeSuffix ".css" name))
|
||||
(builtins.attrNames (builtins.readDir theme))));
|
||||
AMBIGUOUS_UNICODE_DETECTION = false;
|
||||
|
||||
DEFAULT_THEME = "catppuccin-black-minimal";
|
||||
|
||||
DEFAULT_THEME = "black-minimal";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue