mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
8 lines
135 B
Nix
8 lines
135 B
Nix
{
|
|
projectRootFile = "flake.nix";
|
|
programs = {
|
|
nixfmt.enable = true;
|
|
prettier.enable = true;
|
|
just.enable = true;
|
|
};
|
|
}
|