reformat with treefmt

This commit is contained in:
Jörg Thalheim 2024-11-17 18:34:00 +01:00
parent 76aa784427
commit 7b60015dd5
5 changed files with 244 additions and 161 deletions

View file

@ -1,4 +1,3 @@
{
imports = [
../modules/nix-darwin/default.nix

View file

@ -1,5 +1,5 @@
{ config, ... }: {
{ config, ... }:
{
imports = [
../modules/home-manager/sops.nix
];