This commit is contained in:
41666 2025-01-26 16:43:47 -08:00
parent 36c07aaa2a
commit d9c5650091
8 changed files with 102 additions and 37 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, lib, config, ... }: {
home.activation.retroarch-config-link = lib.hm.dag.entryAfter ["writeBoundary"] ''
run ln -s $VERBOSE_ARG \
run test -d $HOME/.config/retroarch || \
ln -s $VERBOSE_ARG \
${builtins.toPath /mnt/nas0/noe/games/retroarch} \
$HOME/.config/retroarch
'';

View file

@ -35,6 +35,8 @@
plexamp
plex-media-player
obsidian
lutris
local-pkgs.beyond-all-reason
];
programs.vscode = {