mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
cider-2 yaml config
This commit is contained in:
parent
0cdf9f51bf
commit
c15c383679
2 changed files with 45 additions and 3 deletions
|
|
@ -129,10 +129,10 @@ in {
|
|||
++ (mkElectronWayland [
|
||||
# pkgs.ticktick
|
||||
pkgs.cider-2
|
||||
])
|
||||
++ (mkLegacyJavaGUIApp [
|
||||
pkgs.logisim-evolution
|
||||
]);
|
||||
# ++ (mkLegacyJavaGUIApp [
|
||||
# pkgs.logisim-evolution
|
||||
# ]);
|
||||
|
||||
home.sessionVariables = {
|
||||
ANKI_WAYLAND = 1;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue