reorg pkgs

This commit is contained in:
2026-04-24 18:51:05 -05:00
parent 9e56c695f0
commit bb19efac38
3 changed files with 24 additions and 10 deletions
+22
View File
@@ -0,0 +1,22 @@
{ pkgs, username, ... }:
{
hjem.users.${username}.packages = with pkgs; [
# general
neovim
git
# c++
clang
lld
llvmPackages.bintools
# lua
stylua
lua-language-server
# nix
nixd
nixfmt
statix
];
}