pinwheel: Add module for games
This commit is contained in:
16
hosts/pinwheel/modules/games/default.nix
Normal file
16
hosts/pinwheel/modules/games/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home-manager.users.alex = {
|
||||
home.packages = [
|
||||
pkgs.brogue-ce
|
||||
|
||||
(pkgs.retroarch.override {
|
||||
cores = [
|
||||
pkgs.libretro.genesis-plus-gx
|
||||
pkgs.libretro.snes9x
|
||||
pkgs.libretro.dolphin
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user