Add sshx
This commit is contained in:
parent
aeacf70748
commit
63c7ae490e
2 changed files with 7 additions and 3 deletions
|
@ -302,6 +302,10 @@
|
|||
name = "query";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
{
|
||||
name = "release";
|
||||
value = "master";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
@ -304,9 +304,9 @@ in
|
|||
ZELLIJ_AUTO_ATTACH = "false";
|
||||
};
|
||||
|
||||
# TODO Disable gui apps & switch to emacs-git instead of pgtk on headless systems
|
||||
packages = with pkgs; [
|
||||
myEmacs
|
||||
# asciinema
|
||||
any-nix-shell
|
||||
atool
|
||||
aspell
|
||||
|
@ -345,11 +345,11 @@ in
|
|||
tree-sitter
|
||||
wget
|
||||
wl-clipboard
|
||||
zeal
|
||||
zeal # GUI
|
||||
zstd
|
||||
neovim
|
||||
lazydocker
|
||||
zed-editor
|
||||
sshx
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue