Files
rice-flakes/modules/home/packages.nix
2025-07-09 11:46:32 -05:00

22 lines
201 B
Nix

{
pkgs,
username,
...
}:
{
hjem.users.${username}.packages = with pkgs; [
statix
git
zsh
neofetch
btop
wl-clipboard
kitty
vim
wget
curl
foot
];
}