Format with nixfmt
This commit is contained in:
parent
40d6b9285a
commit
6ab382053d
3 changed files with 15 additions and 8 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue