From 1797b4b5516736897f5dbd6abc8f74e5fb759b5d Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Wed, 28 Jan 2026 23:58:04 -0600 Subject: [PATCH] push --- main.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/main.nix b/main.nix index 59508ce..69bc99c 100644 --- a/main.nix +++ b/main.nix @@ -287,6 +287,8 @@ in extraFlags = [ "--no-default-folder" ]; openDefaultPorts = true; + + overrideFolders = true; settings = { devices = if desktop then { @@ -297,17 +299,17 @@ in folders = { "nix" = { - path = "~/nix"; + path = "/home/bug/nix"; devices = if desktop then [ "laptop" ] else [ "desktop" ]; }; "Documents" = { - path = "~/Documents"; + path = "/home/bug/Documents"; devices = if desktop then [ "laptop" ] else [ "desktop" ]; }; "Downloads" = { - path = "~/Downloads"; + path = "/home/bug/Downloads"; devices = if desktop then [ "laptop" ] else [ "desktop" ]; }; };