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
nixd
lua-language-server
zls
];
withRuby = false;
withPython3 = true;

View file

@ -66,3 +66,4 @@ lspconfig.clangd.setup({
lspconfig.pyright.setup({})
lspconfig.nixd.setup({})
lspconfig.lua_ls.setup({})
lspconfig.zls.setup({})

View file

@ -27,6 +27,7 @@
unzip
unar
keepassxc
hyx
]
++ lib.optionals config.u.has.graphical [
(config.u.lib.localHome pkgs.firefox "firefox" "bin/firefox")
@ -54,6 +55,7 @@
bluetuith
globalprotect-openconnect
virt-viewer
libreoffice-fresh
]
++ lib.optionals config.u.has.wine [
wineWowPackages.stable

View file

@ -23,8 +23,8 @@ lib.mkIf config.u.has.prog {
patchelf
lazygit
pyp
coq
coqPackages.coqide
coq_8_20
zig
]
++ lib.optionals config.u.has.graphical [
(cutter.withPlugins (ps: with ps; [jsdec rz-ghidra sigdb]))