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";
|
name = "query";
|
||||||
value = "{searchTerms}";
|
value = "{searchTerms}";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "release";
|
||||||
|
value = "master";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -304,9 +304,9 @@ in
|
||||||
ZELLIJ_AUTO_ATTACH = "false";
|
ZELLIJ_AUTO_ATTACH = "false";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO Disable gui apps & switch to emacs-git instead of pgtk on headless systems
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
myEmacs
|
myEmacs
|
||||||
# asciinema
|
|
||||||
any-nix-shell
|
any-nix-shell
|
||||||
atool
|
atool
|
||||||
aspell
|
aspell
|
||||||
|
@ -345,11 +345,11 @@ in
|
||||||
tree-sitter
|
tree-sitter
|
||||||
wget
|
wget
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
zeal
|
zeal # GUI
|
||||||
zstd
|
zstd
|
||||||
neovim
|
neovim
|
||||||
lazydocker
|
lazydocker
|
||||||
zed-editor
|
sshx
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue