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:
@@ -1,9 +1,15 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
||||
let cfg = config.locale.preset.theaninova;
|
||||
|
||||
in {
|
||||
let
|
||||
cfg = config.locale.preset.theaninova;
|
||||
in
|
||||
{
|
||||
options.locale.preset.theaninova = {
|
||||
enable = mkEnableOption "Enable the locale preset for Theaninova";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user