This commit is contained in:
2026-04-24 18:30:14 -05:00
parent 5a7f060075
commit 2a17c5ecdf
+9 -8
View File
@@ -1,19 +1,20 @@
{ pkgs, username, ... }:
{
hjem.users.${username}.packages = with pkgs; [
clang
lld
nixfmt
nixd
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
];