Files
rice-flakes/modules/core/packages/user.nix
2026-02-20 14:08:18 -06:00

20 lines
244 B
Nix

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