mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: run nix-fmt
This commit is contained in:
parent
8f79f5ee49
commit
2a233ea74d
3 changed files with 286 additions and 286 deletions
|
@ -18,8 +18,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, catppuccin, lanzaboote, ...
|
||||
}@inputs: {
|
||||
outputs =
|
||||
{ self, nixpkgs, home-manager, catppuccin, lanzaboote, ... }@inputs: {
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt;
|
||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
|
|
|
@ -203,4 +203,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -85,4 +85,4 @@
|
|||
};
|
||||
};
|
||||
style = ./waybar.css;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue