diff --git a/flake.nix b/flake.nix index 40cedb0..5ceb928 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ # laptop - itclt75 itclt75 = lib.nixosSystem { - specialArgs = {inherit inputs outputs;}; + specialArgs = { inherit inputs outputs; }; specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; }; inherit system; modules = [ @@ -56,7 +56,7 @@ # laptop - talathiel talathiel = lib.nixosSystem { - specialArgs = {inherit inputs outputs;}; + specialArgs = { inherit inputs outputs; }; specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; }; inherit system; modules = [ @@ -81,7 +81,7 @@ # desktop - phaedra phaedra = lib.nixosSystem { - specialArgs = {inherit inputs outputs;}; + specialArgs = { inherit inputs outputs; }; specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; }; inherit system; modules = [