1
0
forked from KYS/maxfiles
nix-config/conf/users/.default/user.nix
2025-09-23 16:37:32 +02:00

11 lines
89 B
Nix

{
pkgs,
...
}:
{
isNormalUser = true;
packages = with pkgs; [
busybox
];
}