Files
2026-04-24 18:56:23 -05:00

18 lines
204 B
Nix

{ pkgs, username, ... }:
{
hjem.users.${username}.packages = with pkgs; [
# general
neovim
git
# lua
stylua
lua-language-server
# nix
nixd
nixfmt
statix
];
}