Update Helium to 0.14.6.1

Rename the noctalia module to noctalia-shell and update references in
the home configuration.
This commit is contained in:
2026-07-16 18:03:35 +02:00
parent 4f91861a1d
commit 1d0f2a29f3
30 changed files with 3 additions and 4 deletions
@@ -0,0 +1,17 @@
{lib, ...}: {
programs.noctalia-shell.settings.ui = lib.mkForce {
fontDefault = "Fira Code";
fontFixed = "Fira Mono for Powerline";
fontDefaultScale = 1;
fontFixedScale = 1;
tooltipsEnabled = true;
panelBackgroundOpacity = 0.76;
panelsAttachedToBar = true;
settingsPanelMode = "attached";
wifiDetailsViewMode = "grid";
bluetoothDetailsViewMode = "grid";
networkPanelView = "wifi";
bluetoothHideUnnamedDevices = false;
boxBorderEnabled = false;
};
}