feat: use nixfmt

This commit is contained in:
2024-03-26 17:44:14 +01:00
parent 59e6ed992a
commit 3ad3491970
29 changed files with 444 additions and 558 deletions

View File

@@ -1,11 +1,4 @@
{
username,
desktop,
stateVersion,
osConfig,
inputs,
...
}: rec {
{ username, desktop, stateVersion, osConfig, inputs, ... }: rec {
home = {
inherit username stateVersion;
homeDirectory = "/home/${username}";