mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
9 lines
93 B
Nix
9 lines
93 B
Nix
|
|
{ ... }:
|
||
|
|
|
||
|
|
{
|
||
|
|
projectRootFile = "flake.nix";
|
||
|
|
programs = {
|
||
|
|
nixfmt.enable = true;
|
||
|
|
};
|
||
|
|
}
|