nix-config/home/gburd/features/games/default.nix
2023-09-19 13:05:08 -04:00

7 lines
99 B
Nix

{ pkgs, ... }: {
imports = [
# ./steam.nix
];
home.packages = with pkgs; [ gamescope ];
}