feat(scripts): extend nomarchy-welcome into a guided wizard
- Added nomarchy.panelPosition option and state persistence. - Updated Waybar to respect the panelPosition setting. - Refactored nomarchy-welcome to use state.json instead of a flag file. - Added prompts for theme, font, panel position, and starter home.nix generation. - Updated documentation and roadmap.
This commit is contained in:
@@ -28,6 +28,7 @@ let
|
||||
else builtins.filter (m: !(builtins.elem m laptopOnlyModules)) mods;
|
||||
|
||||
settings = rawSettings // {
|
||||
position = config.nomarchy.panelPosition;
|
||||
modules-left = filterModules (rawSettings.modules-left or []);
|
||||
modules-center = filterModules (rawSettings.modules-center or []);
|
||||
modules-right = filterModules (rawSettings.modules-right or []);
|
||||
|
||||
Reference in New Issue
Block a user