Format nix files with nixfmt

This commit is contained in:
2026-01-18 20:57:37 +01:00
parent 230b58fcf1
commit 4fbd3b9709
6 changed files with 17 additions and 11 deletions

View File

@@ -6,4 +6,4 @@
enableZshIntegration = true;
nix-direnv.enable = true;
};
}
}

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, ... }:
{
programs.zsh = {
@@ -8,4 +8,4 @@
theme = "agnoster";
};
};
}
}