Misc: Add nixfmt-tree and run nix fmt

This commit is contained in:
2026-07-30 15:03:14 +02:00
parent 3831cc1540
commit b0a83e2ad5
29 changed files with 200 additions and 132 deletions
+6 -4
View File
@@ -1,7 +1,9 @@
{ inputs
, lib
, ...
}: {
{
inputs,
lib,
...
}:
{
# Helper functions for creating system / home-manager configurations
options.flake.lib = lib.mkOption {
+6 -4
View File
@@ -1,7 +1,9 @@
{ inputs
, config
, ...
}: {
{
inputs,
config,
...
}:
{
# Add home-manager input
flake-file.inputs = {
home-manager.url = "github:nix-community/home-manager/release-26.05";