Install docker, kubectl, kind
This commit is contained in:
parent
56177c31c5
commit
72dc013bea
2 changed files with 5 additions and 2 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
curl
|
||||||
|
kind
|
||||||
|
kubectl
|
||||||
|
less
|
||||||
raycast
|
raycast
|
||||||
ripgrep
|
ripgrep
|
||||||
tree
|
tree
|
||||||
curl
|
|
||||||
less
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
"amethyst"
|
"amethyst"
|
||||||
"anki"
|
"anki"
|
||||||
"caffeine"
|
"caffeine"
|
||||||
|
"docker"
|
||||||
"firefox"
|
"firefox"
|
||||||
"logseq"
|
"logseq"
|
||||||
"iglance"
|
"iglance"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue