add packages

This commit is contained in:
caandt 2025-03-24 17:44:05 -05:00
parent 0434d3e98f
commit 5bd3fec9c4
4 changed files with 6 additions and 2 deletions

View file

@ -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;

View file

@ -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({})

View file

@ -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

View file

@ -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]))