nix-config/home/features/games/default.nix
GHOSCHT e27ad55ae9
Switch from home-manager steam to system steam
couldn't connect to server or sth. like that otherwise
2023-12-27 22:49:37 +01:00

5 lines
54 B
Nix

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