More formatting changes

This commit is contained in:
Jimbo 2025-02-25 01:37:56 -05:00
parent 258ddad76d
commit 611eaab26c
45 changed files with 52 additions and 66 deletions

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ config, lib, ... }:
{
options.displays = lib.mkOption {
type = lib.types.attrs;

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ config, lib, ... }:
{
options.domains = lib.mkOption {
type = lib.types.attrs;

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ config, lib, ... }:
{
options.ips = lib.mkOption {
type = lib.types.attrs;

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ config, lib, ... }:
{
options.look.border = lib.mkOption {
type = lib.types.attrs;

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ config, lib, ... }:
{
options.look.colors = lib.mkOption {
type = lib.types.attrs;

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ config, lib, ... }:
{
options.look.fonts = lib.mkOption {
type = lib.types.attrs;

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ config, lib, ... }:
{
options.sysusers = lib.mkOption {
type = lib.types.attrs;

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ config, lib, ... }:
{
options.ws = lib.mkOption {
type = lib.types.attrs;