feat(hosts): add doctr & penguin

This commit is contained in:
Felix Schröter 2024-01-30 21:44:02 +01:00
parent e60d1ebeb0
commit 4b1e8fe486
Signed by: felschr
GPG key ID: 671E39E6744C807D
6 changed files with 107 additions and 2 deletions

View file

@ -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: