Files
2026-04-24 18:51:05 -05:00

13 lines
159 B
Nix

{ pkgs, username, ... }:
{
hjem.users.${username}.packages = with pkgs; [
btop
curl
neofetch
tlrc
unzip
wget
wl-clipboard
];
}