uhhh
idkkkk
This commit is contained in:
19
modules/home/slippi.nix
Normal file
19
modules/home/slippi.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let cfg = config.sydnix.slippi;
|
||||
in {
|
||||
options.sydnix.slippi = {
|
||||
enable = lib.mkEnableOption "slippi";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
sydnix.impermanence.directories = [
|
||||
".config/Slippi Launcher"
|
||||
".config/SlippiOnline"
|
||||
".config/SlippiPlayback"
|
||||
# We must manually remove the `export LD_LIBRARY_PATH=...` line for now.
|
||||
# fuck.
|
||||
".cache/appimage-run"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user