nix fmt and some cleanup
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
069a65d4c7
commit
b07c255869
4 changed files with 11 additions and 8 deletions
|
@ -126,9 +126,6 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
# make pkgs available to `perSystem`
|
||||
_module.args.pkgs = inputs'.nixpkgs.legacyPackages;
|
||||
|
||||
treefmt = {
|
||||
projectRootFile = "flake.nix";
|
||||
programs.nixfmt.enable = true;
|
||||
|
|
|
@ -82,7 +82,10 @@
|
|||
end
|
||||
end
|
||||
'';
|
||||
mode = [ "n" "v" ];
|
||||
mode = [
|
||||
"n"
|
||||
"v"
|
||||
];
|
||||
}
|
||||
# ask perplexity a quick question
|
||||
{
|
||||
|
@ -98,7 +101,10 @@
|
|||
end
|
||||
end
|
||||
'';
|
||||
mode = [ "n" "v" ];
|
||||
mode = [
|
||||
"n"
|
||||
"v"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue