diff options
Diffstat (limited to 'users/kassouni/slippi.nix')
| -rw-r--r-- | users/kassouni/slippi.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/kassouni/slippi.nix b/users/kassouni/slippi.nix new file mode 100644 index 0000000..e315220 --- /dev/null +++ b/users/kassouni/slippi.nix @@ -0,0 +1,6 @@ +{ config, ... }: +{ + slippi-launcher = { + isoPath = "${config.home.homeDirectory}/Sync/Games/GC/Super Smash Bros. Melee (v1.02).iso"; + }; +} |
