mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
chore: reformat codebase
This commit is contained in:
parent
52d2f0186e
commit
55cbb8f23a
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user