chore: reformat codebase

This commit is contained in:
Gabriel Arazas 2024-01-17 17:58:00 +08:00
parent 52d2f0186e
commit 55cbb8f23a
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
3 changed files with 17 additions and 17 deletions

View File

@ -5,7 +5,7 @@
flake = flake-parts-lib.mkSubmoduleOptions { flake = flake-parts-lib.mkSubmoduleOptions {
homeConfigurations = lib.mkOption { homeConfigurations = lib.mkOption {
type = with lib.types; lazyAttrsOf raw; type = with lib.types; lazyAttrsOf raw;
default = {}; default = { };
description = '' description = ''
Instantiated home-manager configurations. Instantiated home-manager configurations.