add symlink for minecraft instances from nextcloud for cloud saving :3
This commit is contained in:
parent
f50ec2f1b0
commit
bfec745c6c
2 changed files with 6 additions and 1 deletions
|
|
@ -139,6 +139,11 @@
|
||||||
source = config.lib.file.mkOutOfStoreSymlink "/home/lillian/.mozilla/firefox";
|
source = config.lib.file.mkOutOfStoreSymlink "/home/lillian/.mozilla/firefox";
|
||||||
target = ".librewolf";
|
target = ".librewolf";
|
||||||
};
|
};
|
||||||
|
instances = {
|
||||||
|
source = config.lib.file.mkOutOfStoreSymlink "/home/lillian/Nextcloud/instances";
|
||||||
|
target = ".local/share/PrismLauncher/instances";
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Add stuff for your user as you see fit:
|
# Add stuff for your user as you see fit:
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
"org.kde.milou"
|
"org.kde.milou"
|
||||||
"org.kde.plasma.panelspacer"
|
"org.kde.plasma.panelspacer"
|
||||||
"org.kde.plasma.colorpicker"
|
"org.kde.plasma.colorpicker"
|
||||||
{
|
{
|
||||||
systemTray.items = {
|
systemTray.items = {
|
||||||
# We explicitly show bluetooth and battery
|
# We explicitly show bluetooth and battery
|
||||||
shown = [
|
shown = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue