diff --git a/nixosModules/base/networking/sambaAutoMount.nix b/nixosModules/base/networking/sambaAutoMount.nix index 52e99b69..ac4e0af7 100644 --- a/nixosModules/base/networking/sambaAutoMount.nix +++ b/nixosModules/base/networking/sambaAutoMount.nix @@ -41,5 +41,14 @@ ]; }; }; + + home-manager.sharedModules = [ + { + gtk.gtk3.bookmarks = [ + "file:///mnt/Media" + "file:///mnt/Archive" + ]; + } + ]; }; }