Files
rice-flakes/modules/core/packages/user.nix
T
2026-04-24 18:30:14 -05:00

22 lines
277 B
Nix

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