Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add mgba paths

encode42 db1c6c89 e20f48d0

+4 -1
+4 -1
hosts/prospect/users/guest.nix
··· 18 18 ".local/share/Steam/steamapps/*.acf" 19 19 ".local/share/Steam/steamapps/common" 20 20 21 - ".local/share/PrismLauncher/prismlauncher.cfg" 21 + ".local/share/PrismLauncher/prismlauncher.cfg" # TODO: Create 22 22 ".local/share/PrismLauncher/instances" 23 + 24 + ".config/mgba/config.ini" # TODO: Create 25 + ".mgba" # TODO: Move to .config/mgba 23 26 ]; 24 27 25 28 rsyncExcludes = builtins.concatStringsSep " \\\n" (map (path: "--exclude='${path}'") persistentPaths);