cider-2 yaml config

This commit is contained in:
js0ny 2025-12-15 01:57:16 +00:00
parent 0cdf9f51bf
commit c15c383679
2 changed files with 45 additions and 3 deletions

View file

@ -129,10 +129,10 @@ in {
++ (mkElectronWayland [
# pkgs.ticktick
pkgs.cider-2
])
++ (mkLegacyJavaGUIApp [
pkgs.logisim-evolution
]);
# ++ (mkLegacyJavaGUIApp [
# pkgs.logisim-evolution
# ]);
home.sessionVariables = {
ANKI_WAYLAND = 1;

View file

@ -31,10 +31,52 @@
closeToTray = true;
checkForUpdates = false;
};
visual = {
appearance = "auto";
# default: Mojave
useAdaptiveColors = true;
# TODO: Change to "native" when using simple WM
# Electron does not render the three buttons in title bar when "native"
titleBarStyle = "default";
layoutType = "default";
fonts = {
# Figtree: Built-in font for Cider
main = "Figtree";
lyrics = "system-ui";
};
immersive = {
useAnimatedBackground = true;
useAnimatedArtwork = false;
backgroundType = "default";
layoutType = "sonoma";
layoutTypePortrait = "sonoma";
};
ui_custom = {
useSystemAccentColor = true;
};
};
audio = {
showBitrateBadge = true;
ciderAudio = {
enabled = true;
showInToolbar = true;
showBadges = true;
};
};
lyrics = {
translationEnabled = true;
translationLanguage = "zh";
};
updates = {
# Managed by Nix, disable built-in update checks
checkForUpdates = false;
};
connectivity = {
discord = {
enabled = true;
client = "Cider";
};
};
};
};
in {