Refactor package management into modular Nix configuration
This commit is contained in:
17
modules/core/packages/gaming.nix
Normal file
17
modules/core/packages/gaming.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Gaming platforms
|
||||
lutris
|
||||
wineWowPackages.waylandFull
|
||||
inputs.prismlauncher-cracked.packages.${system}.default
|
||||
# Games
|
||||
space-cadet-pinball
|
||||
tty-solitaire
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user