pkg(olympus): Add

This commit is contained in:
js0ny 2026-03-09 07:43:20 +00:00
parent fe11cf7a65
commit 695f5861e8
5 changed files with 26 additions and 43 deletions

View file

@ -118,6 +118,9 @@ in {
noname
steamcmd
# Celeste mod manager (for Steam version)
(olympus.override { celesteWrapper = "steam-run"; })
];
imports = [
../programs/retroarch.nix

View file

@ -14,7 +14,7 @@
serifFont = "LXGW WenKai GB Screen";
defaultCJKFont = "LXGW WenKai GB Screen";
sansSerifFont = config.stylix.fonts.sansSerif.name;
monospaceFont = config.stylix.fonts.monospace.name ++ " Regular";
monospaceFont = "${config.stylix.fonts.monospace.name} Regular";
uiLanguage = "zh-CN";
};
telemetryEnabled = false;