Use dot operator for attribute sets with 1 element

This commit is contained in:
2021-04-15 12:34:38 +02:00
parent d5249bb625
commit cd2b98cca2
5 changed files with 21 additions and 33 deletions

View File

@@ -14,6 +14,6 @@
repositoryRoot = "/vault/git";
appName = "Gitea";
lfs.enable = true;
settings = { ui = { DEFAULT_THEME = "arc-green"; }; };
settings.ui.DEFAULT_THEME = "arc-green";
};
}