feat(hosts): add doctr & penguin
This commit is contained in:
parent
e60d1ebeb0
commit
4b1e8fe486
6 changed files with 107 additions and 2 deletions
|
@ -77,6 +77,11 @@ rec {
|
|||
url = "github:hermitmaster/nvim-kitty-navigator";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
openwrt-imagebuilder = {
|
||||
url = "github:astro/nix-openwrt-imagebuilder";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, ... }@inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue