Files
rice-flakes/modules/home/packages.nix
2025-10-10 09:38:49 -05:00

23 lines
212 B
Nix

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