global reformat with treefmt

This commit is contained in:
nyanloutre 2025-04-23 11:15:31 +02:00
parent 97f849e454
commit 393e92fe14
17 changed files with 979 additions and 726 deletions

View file

@ -1,4 +1,9 @@
{ config, pkgs, inputs, ... }:
{
config,
pkgs,
inputs,
...
}:
{
imports = [
@ -9,7 +14,10 @@
./services.nix
];
nix.settings.trusted-users = [ "root" "paul" ];
nix.settings.trusted-users = [
"root"
"paul"
];
boot = {
loader = {