rename modules folder to imports

This commit is contained in:
ISnortPennies 2023-02-07 20:19:15 -05:00
parent ad16fd69f5
commit ad704d807c
21 changed files with 12 additions and 12 deletions

View file

@ -1,16 +0,0 @@
{
pkgs,
inputs,
...
}: {
environment.systemPackages = with pkgs; [
heroic
legendary-gl
prismlauncher
];
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
};
}