Remove extra definitions
This commit is contained in:
parent
4e94be6e82
commit
29e958929a
|
@ -17,16 +17,5 @@
|
||||||
user = "xenia";
|
user = "xenia";
|
||||||
group = "users";
|
group = "users";
|
||||||
extraOptions.options.globalAnnounceEnabled = true;
|
extraOptions.options.globalAnnounceEnabled = true;
|
||||||
folders = {
|
|
||||||
"Archive".devices = ["monarch" "vanguard"];
|
|
||||||
"Books".devices = ["monarch" "northstar" "remarkable" "vanguard"];
|
|
||||||
"Comics".devices = ["ion" "monarch" "northstar" "vanguard"];
|
|
||||||
"Documents".devices = ["monarch" "northstar" "vanguard"];
|
|
||||||
"Exports".devices = ["monarch" "vanguard"];
|
|
||||||
"Notes".devices = ["ion" "monarch" "northstar" "vanguard"];
|
|
||||||
"Pictures".devices = ["ion" "monarch" "northstar" "vanguard"];
|
|
||||||
"Xochitl".devices = ["remarkable"];
|
|
||||||
"Zotero".devices = ["ion"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,7 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./default.nix
|
./default.nix
|
||||||
./devices/Ion.nix
|
|
||||||
./devices/Legion.nix
|
|
||||||
./devices/Monarch.nix
|
|
||||||
./devices/Northstar.nix
|
|
||||||
./devices/Remarkable.nix
|
|
||||||
./folders/camera.nix
|
|
||||||
./folders/comics.nix
|
./folders/comics.nix
|
||||||
./folders/movies.nix
|
|
||||||
./folders/notes.nix
|
./folders/notes.nix
|
||||||
./folders/pictures.nix
|
./folders/pictures.nix
|
||||||
];
|
];
|
||||||
|
@ -17,22 +10,9 @@
|
||||||
group = "users";
|
group = "users";
|
||||||
extraOptions.options.globalAnnounceEnabled = true;
|
extraOptions.options.globalAnnounceEnabled = true;
|
||||||
folders = {
|
folders = {
|
||||||
"Comics" = {
|
"Comics".path = "~/Documents/Comics";
|
||||||
path = "~/Documents/Comics";
|
"Notes".path = "~/notes";
|
||||||
devices = ["ion" "legion" "monarch" "northstar"];
|
"Pictures".path = "~/Pictures";
|
||||||
};
|
|
||||||
"Movies" = {
|
|
||||||
path = "~/Videos";
|
|
||||||
devices = ["ion" "legion" "monarch" "northstar"];
|
|
||||||
};
|
|
||||||
"Notes" = {
|
|
||||||
path = "~/notes";
|
|
||||||
devices = ["ion" "legion" "monarch" "northstar"];
|
|
||||||
};
|
|
||||||
"Pictures" = {
|
|
||||||
path = "~/Pictures";
|
|
||||||
devices = ["ion" "legion" "monarch" "northstar"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue