fix mount points
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user