nixos-config/home/profiles/programs/games/switch.nix

3 lines
57 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [ryubing];
}