Added k9s
This commit is contained in:
parent
d7bd96d68d
commit
1fc6785205
7 changed files with 36 additions and 13 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue