From 3199baabd18c704d3472a050d6f9923121c9115d Mon Sep 17 00:00:00 2001 From: TheK0tYaRa Date: Sat, 14 Feb 2026 22:49:08 +0200 Subject: [PATCH] moving prismlauncher data --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 = {