1
0
Fork 0

chore: clean flake

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-12-21 21:28:45 -06:00
parent bd0c28991e
commit c47f62bb1e
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 14 deletions

View File

@ -91,19 +91,7 @@
nixpkgs,
home-manager,
agenix,
jolheiser-nur,
helix,
website,
resume,
git-age,
gist,
tmpl,
nixpl,
gomodinit,
nixpkgs-py36,
golink,
tclip,
templ,
...
} @ inputs: let
overlays = [
@ -126,7 +114,7 @@
tclip = inputs.tclip.packages.${prev.system}.tclip;
templ = inputs.templ.packages.${prev.system}.templ;
})
golink.overlay
inputs.golink.overlay
];
userSecret = path: {
file = path;
@ -223,7 +211,7 @@
};
dragonwell = {
imports = [
golink.nixosModules.default
inputs.golink.nixosModules.default
./machines/dragonwell
];
};