feat(system): nomarchy-control-center TUI

Implemented TUI control center using gum. Added to systemPackages and rofi System menu. Verified: V1. Pending: V3 visual check.
This commit is contained in:
2026-07-06 18:09:39 +01:00
parent 3f15f6451f
commit 93521c8617
7 changed files with 190 additions and 5 deletions

View File

@@ -84,6 +84,7 @@
themesDir = ./themes;
};
nomarchy-doctor = final.callPackage ./pkgs/nomarchy-doctor { };
nomarchy-control-center = final.callPackage ./pkgs/nomarchy-control-center { };
nomarchy-battery-notify = final.callPackage ./pkgs/nomarchy-battery-notify { };
};