Separated langs and game apps into other files
This commit is contained in:
18
user/app/games/games.nix
Normal file
18
user/app/games/games.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Games
|
||||
#TODO need flatpak steam
|
||||
gamehub
|
||||
retroarch
|
||||
libretro.mgba
|
||||
libretro.desmume
|
||||
libretro.dolphin
|
||||
libretro.citra
|
||||
libretro.genesis-plus-gx
|
||||
airshipper
|
||||
qjoypad
|
||||
# TODO need flatpak minecraft
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user