add packages
This commit is contained in:
parent
0434d3e98f
commit
5bd3fec9c4
|
|
@ -45,6 +45,7 @@
|
||||||
clang-tools
|
clang-tools
|
||||||
nixd
|
nixd
|
||||||
lua-language-server
|
lua-language-server
|
||||||
|
zls
|
||||||
];
|
];
|
||||||
withRuby = false;
|
withRuby = false;
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
|
|
|
||||||
|
|
@ -66,3 +66,4 @@ lspconfig.clangd.setup({
|
||||||
lspconfig.pyright.setup({})
|
lspconfig.pyright.setup({})
|
||||||
lspconfig.nixd.setup({})
|
lspconfig.nixd.setup({})
|
||||||
lspconfig.lua_ls.setup({})
|
lspconfig.lua_ls.setup({})
|
||||||
|
lspconfig.zls.setup({})
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
unzip
|
unzip
|
||||||
unar
|
unar
|
||||||
keepassxc
|
keepassxc
|
||||||
|
hyx
|
||||||
]
|
]
|
||||||
++ lib.optionals config.u.has.graphical [
|
++ lib.optionals config.u.has.graphical [
|
||||||
(config.u.lib.localHome pkgs.firefox "firefox" "bin/firefox")
|
(config.u.lib.localHome pkgs.firefox "firefox" "bin/firefox")
|
||||||
|
|
@ -54,6 +55,7 @@
|
||||||
bluetuith
|
bluetuith
|
||||||
globalprotect-openconnect
|
globalprotect-openconnect
|
||||||
virt-viewer
|
virt-viewer
|
||||||
|
libreoffice-fresh
|
||||||
]
|
]
|
||||||
++ lib.optionals config.u.has.wine [
|
++ lib.optionals config.u.has.wine [
|
||||||
wineWowPackages.stable
|
wineWowPackages.stable
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,8 @@ lib.mkIf config.u.has.prog {
|
||||||
patchelf
|
patchelf
|
||||||
lazygit
|
lazygit
|
||||||
pyp
|
pyp
|
||||||
coq
|
coq_8_20
|
||||||
coqPackages.coqide
|
zig
|
||||||
]
|
]
|
||||||
++ lib.optionals config.u.has.graphical [
|
++ lib.optionals config.u.has.graphical [
|
||||||
(cutter.withPlugins (ps: with ps; [jsdec rz-ghidra sigdb]))
|
(cutter.withPlugins (ps: with ps; [jsdec rz-ghidra sigdb]))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue