Initial Commit
This commit is contained in:
commit
d18f18fc29
28 changed files with 1415 additions and 0 deletions
13
common/k9s/default.nix
Normal file
13
common/k9s/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{...}: {
|
||||
programs.k9s = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
skin = "gruvbox-foehammer";
|
||||
};
|
||||
|
||||
skins = {
|
||||
gruvbox-foehammer = builtins.fromJSON (builtins.readFile ./gruvbox.json);
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue