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