format files with nixfmt

This commit is contained in:
phaer 2024-10-08 10:25:54 +02:00
parent e6b629da27
commit 40142caad0
3 changed files with 34 additions and 24 deletions

View File

@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
imports = [

View File

@ -1,4 +1,9 @@
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}:
let
boolToStr = value: if value then "on" else "off";
cfg = config.vmware;