Files
rice-flakes/modules/home/packages.nix
2025-05-15 15:16:10 -05:00

17 lines
189 B
Nix

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