nix-config/home/features/games/default.nix

5 lines
52 B
Nix

{pkgs, ...}: {
imports = [
./steam.nix
];
}