Files
rice-flakes/modules/home/packages.nix

23 lines
214 B
Nix

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