Format with nixfmt

This commit is contained in:
Oliver Davies 2024-03-25 11:55:12 +00:00
parent 40d6b9285a
commit 6ab382053d
3 changed files with 15 additions and 8 deletions

View file

@ -1,7 +1,8 @@
{ inputs, self, username }:
{ desktop ? false, hostname }:
let
configuration = import ./configuration.nix { inherit desktop hostname inputs self; };
configuration =
import ./configuration.nix { inherit desktop hostname inputs self; };
hardwareConfiguration = import ./hardware-configuration.nix;
in inputs.nixpkgs.lib.nixosSystem {
modules = [