refactor: improved readability

This commit is contained in:
Nick 2024-11-06 22:00:30 -06:00
parent 0cadd98864
commit c8e8391eb4
2 changed files with 11 additions and 4 deletions

View file

@ -60,7 +60,9 @@ in {
sessionVariables = {};
};
imports = [
{home.stateVersion = config.system.stateVersion;}
{
home.stateVersion = config.system.stateVersion;
}
(
import ./configs/${hostname}.nix {flake = flake;}
)