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

21 lines
253 B
Nix

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