users/work_tools: comment kubectl zsh completions
This commit is contained in:
parent
c06ffa5774
commit
7a2b233185
2 changed files with 7 additions and 4 deletions
|
@ -61,10 +61,6 @@
|
||||||
git-crypt.enable = true;
|
git-crypt.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.initExtra = lib.mkAfter ''
|
|
||||||
eval $(kubectl completion zsh)
|
|
||||||
'';
|
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
"pictures/wallpapers" = {
|
"pictures/wallpapers" = {
|
||||||
source = ./wallpapers;
|
source = ./wallpapers;
|
||||||
|
|
|
@ -12,4 +12,11 @@
|
||||||
*/
|
*/
|
||||||
postgresql_14 # 🤷 I need only psql
|
postgresql_14 # 🤷 I need only psql
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/*
|
||||||
|
programs.zsh.initExtra = lib.mkAfter ''
|
||||||
|
eval $(kubectl completion zsh)
|
||||||
|
'';
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue