diff --git a/configuration.nix b/configuration.nix index 9c210c6..cd1b497 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,6 +55,12 @@ fsType = "none"; options = [ "bind" ]; }; + "/home/thek0tyara/.local/share/PrismLauncher" = { + depends = [ "/home/thek0tyara/Documents" ]; + device = "/home/thek0tyara/Documents/minecraft/PrismLauncher"; + fsType = "none"; + options = [ "bind" ]; + }; }; nix = {