From 7df042f58a5143b141baf186c17aed143e7f3f2f Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 5 Jul 2025 14:21:06 -0500 Subject: [PATCH] forgot 'share' path --- home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index d020286..3b6dae4 100755 --- a/home.nix +++ b/home.nix @@ -41,8 +41,8 @@ ".config/hypr".source = ./roy-config/hypr; ".config/waybar".source = ./roy-config/waybar; ".config/fish".source = ./roy-config/fish; - ".local/PrismLauncher/instances/1.26.6/minecraft/options.txt".source = ./roy-config/PrismLauncher/instances/1.26.6/minecraft/options.txt; - ".local/PrismLauncher/instances/1.26.6/minecraft/servers.dat".source = ./roy-config/PrismLauncher/instances/1.26.6/minecraft/servers.dat; + ".local/share/PrismLauncher/instances/1.26.6/minecraft/options.txt".source = ./roy-config/PrismLauncher/instances/1.26.6/minecraft/options.txt; + ".local/share/PrismLauncher/instances/1.26.6/minecraft/servers.dat".source = ./roy-config/PrismLauncher/instances/1.26.6/minecraft/servers.dat; }; # user persisted dirs @@ -59,7 +59,7 @@ ".mozilla/firefox/roy/places.sqlite" ".mozilla/firefox/roy/cookies.sqlite" ".config/sops/age/keys.txt" - ".local/PrismLauncher/accounts.json" + ".local/share/PrismLauncher/accounts.json" ]; allowOther = true; };