mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
refactor: rfc formatting
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
|
||||
with lib;
|
||||
|
||||
let cfg = config.boot.quiet;
|
||||
|
||||
in {
|
||||
options.boot.quiet = { enable = mkEnableOption (mdDoc "Clean, quiet boot"); };
|
||||
let
|
||||
cfg = config.boot.quiet;
|
||||
in
|
||||
{
|
||||
options.boot.quiet = {
|
||||
enable = mkEnableOption (mdDoc "Clean, quiet boot");
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
boot = {
|
||||
|
||||
Reference in New Issue
Block a user