fix mount points

This commit is contained in:
2025-10-14 10:44:59 -05:00
parent 5b83fe0f1d
commit a960e1a018

View File

@@ -137,6 +137,12 @@ in
{ {
type = "local"; type = "local";
name = "snowbelle"; name = "snowbelle";
hide-mountpoints-by-default = true;
mountpoints = {};
mountpoints = {
"/" = {hide = false;};
"/holocron" = {hide = false;};
};
} }
]; ];
} }
@@ -157,7 +163,6 @@ in
{ {
type = "twitch-channels"; type = "twitch-channels";
channels = [ channels = [
"mang0"
"SaltSSBM" "SaltSSBM"
"thewaffle77" "thewaffle77"
"ironmouse" "ironmouse"