nix fmt and some cleanup

Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-29 16:48:28 -05:00
parent 069a65d4c7
commit b07c255869
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 11 additions and 8 deletions

View file

@ -126,9 +126,6 @@
... ...
}: }:
{ {
# make pkgs available to `perSystem`
_module.args.pkgs = inputs'.nixpkgs.legacyPackages;
treefmt = { treefmt = {
projectRootFile = "flake.nix"; projectRootFile = "flake.nix";
programs.nixfmt.enable = true; programs.nixfmt.enable = true;

View file

@ -82,7 +82,10 @@
end end
end end
''; '';
mode = [ "n" "v" ]; mode = [
"n"
"v"
];
} }
# ask perplexity a quick question # ask perplexity a quick question
{ {
@ -98,7 +101,10 @@
end end
end end
''; '';
mode = [ "n" "v" ]; mode = [
"n"
"v"
];
} }
]; ];