mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 10:42:42 +00:00
pkg(olympus): Add
This commit is contained in:
parent
fe11cf7a65
commit
695f5861e8
5 changed files with 26 additions and 43 deletions
|
|
@ -118,6 +118,9 @@ in {
|
|||
noname
|
||||
|
||||
steamcmd
|
||||
|
||||
# Celeste mod manager (for Steam version)
|
||||
(olympus.override { celesteWrapper = "steam-run"; })
|
||||
];
|
||||
imports = [
|
||||
../programs/retroarch.nix
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue