Compare commits

...

2 Commits

Author SHA1 Message Date
poslop 2a17c5ecdf lua ls 2026-04-24 18:30:14 -05:00
poslop 5a7f060075 nixd package 2026-04-24 18:18:33 -05:00
+9 -7
View File
@@ -1,18 +1,20 @@
{ pkgs, username, ... }:
{
hjem.users.${username}.packages = with pkgs; [
clang
lld
nixfmt
llvmPackages.bintools
tlrc
unzip
neovim
btop
clang
curl
git
lld
llvmPackages.bintools
lua-language-server
neofetch
neovim
nixd
nixfmt
statix
tlrc
unzip
wget
wl-clipboard
];