Format nix files with nix-fmt

This commit is contained in:
Marko Korhonen 2024-09-16 20:52:24 +03:00
parent 25a48b5694
commit 53c956d53e
10 changed files with 149 additions and 163 deletions

View file

@ -1,8 +1,8 @@
{...}:
{ ... }:
{
networking = {
networkmanager.wifi.backend = "iwd";
wireless.iwd.enable = true;
networkmanager.wifi.backend = "iwd";
wireless.iwd.enable = true;
};
}