feat(system): menu parity for downstream options (slice 1)
Added toggles for updates, battery limit, bluetooth, and printing to the Control Center. Wired default values to read from theme-state.json settings. Verified: V1.
This commit is contained in:
@@ -167,9 +167,9 @@
|
||||
opts);
|
||||
surface = lib.concatLists [
|
||||
(names "nomarchy."
|
||||
((import ./modules/home/options.nix { inherit lib pkgs; }).options.nomarchy))
|
||||
((import ./modules/home/options.nix { inherit lib pkgs; config = { }; }).options.nomarchy))
|
||||
(names "nomarchy.system."
|
||||
((import ./modules/nixos/options.nix { inherit lib; }).options.nomarchy.system))
|
||||
((import ./modules/nixos/options.nix { inherit lib; config = { }; }).options.nomarchy.system))
|
||||
(names "nomarchy.hardware."
|
||||
((import ./modules/nixos/hardware.nix { inherit lib pkgs; config = { }; }).options.nomarchy.hardware))
|
||||
(names "nomarchy.services."
|
||||
|
||||
Reference in New Issue
Block a user