Structural changes
This commit is contained in:
15
programs/games.nix
Normal file
15
programs/games.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
# For steam
|
||||
services.flatpak.enable = true;
|
||||
# Game compat
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Minecraft
|
||||
openjdk17
|
||||
prismlauncher
|
||||
|
||||
# PS2 Games
|
||||
pcsx2
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user