Files
rice-flakes/modules/core/packages/dev.nix
T
2026-06-03 20:08:53 -05:00

20 lines
228 B
Nix

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