167.233.1.14: configure for vscode remote-ssh target
This commit is contained in:
parent
619046f05a
commit
7c69793d45
4 changed files with 26 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs }:
|
||||
{ pkgs, extraPackages ? [] }:
|
||||
|
||||
let
|
||||
zshCurried = import ../programs/zsh.nix { inherit pkgs; };
|
||||
|
@ -26,7 +26,7 @@ in {
|
|||
home.sessionVariables = {
|
||||
};
|
||||
|
||||
home.packages = []
|
||||
home.packages = extraPackages
|
||||
++ (with pkgs; [
|
||||
iperf3
|
||||
telnet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue