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

6 lines
52 B
Nix
Raw Normal View History

2023-12-26 13:59:30 +01:00
{pkgs, ...}: {
imports = [
./steam.nix
];
}