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, ... }: { pkgs, username, ... }:
{ {
hjem.users.${username}.packages = with pkgs; [ hjem.users.${username}.packages = with pkgs; [
clang
lld
nixfmt
nixd
llvmPackages.bintools
tlrc
unzip
neovim
btop btop
clang
curl curl
git git
lld
llvmPackages.bintools
lua-language-server
neofetch neofetch
neovim
nixd
nixfmt
statix statix
tlrc
unzip
wget wget
wl-clipboard wl-clipboard
]; ];