Added k9s

This commit is contained in:
fwastring 2025-09-04 11:05:21 +02:00
parent d7bd96d68d
commit 1fc6785205
7 changed files with 36 additions and 13 deletions

View file

@ -13,6 +13,14 @@
# Home manager
home-manager.url = "github:nix-community/home-manager/release-25.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nvim-config = {
url = "github:fwastring/nvim?exportIgnore=1";
flake = false;
};
k9s-config = {
url = "github:fwastring/k9s?exportIgnore=1";
flake = false;
};
};
outputs =