fix mount points
This commit is contained in:
@@ -137,6 +137,12 @@ in
|
||||
{
|
||||
type = "local";
|
||||
name = "snowbelle";
|
||||
hide-mountpoints-by-default = true;
|
||||
mountpoints = {};
|
||||
mountpoints = {
|
||||
"/" = {hide = false;};
|
||||
"/holocron" = {hide = false;};
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
@@ -157,7 +163,6 @@ in
|
||||
{
|
||||
type = "twitch-channels";
|
||||
channels = [
|
||||
"mang0"
|
||||
"SaltSSBM"
|
||||
"thewaffle77"
|
||||
"ironmouse"
|
||||
|
||||
Reference in New Issue
Block a user