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