Files
garandos/modules/home/noctalia-shell/settings/dock.nix
T
GarandPLG 1d0f2a29f3 Update Helium to 0.14.6.1
Rename the noctalia module to noctalia-shell and update references in
the home configuration.
2026-07-16 18:03:35 +02:00

19 lines
420 B
Nix

{lib, ...}: {
programs.noctalia-shell.settings.dock = lib.mkForce {
enabled = false;
position = "bottom";
displayMode = "auto_hide";
backgroundOpacity = 0;
floatingRatio = 1;
size = 1.5;
onlySameOutput = false;
monitors = [];
pinnedApps = [];
colorizeIcons = false;
pinnedStatic = false;
inactiveIndicators = false;
deadOpacity = 0.5;
animationSpeed = 1;
};
}