Files
rice-flakes/modules/core/packages/dev.nix
T
2026-07-30 18:03:05 -05:00

21 lines
240 B
Nix

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