Use Plasma on Steam Deck
This commit is contained in:
parent
6e042b16ec
commit
026ab43392
4 changed files with 31 additions and 21 deletions
|
|
@ -3,11 +3,21 @@
|
|||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
settings.folders.music = {
|
||||
enable = true;
|
||||
devices = [ "nebula" ];
|
||||
path = "~/Music";
|
||||
type = "sendonly";
|
||||
settings.folders = {
|
||||
game-data = {
|
||||
devices = [ "protostar" ];
|
||||
path = "~/Game/data";
|
||||
type = "sendonly";
|
||||
};
|
||||
game-save = {
|
||||
devices = [ "protostar" ];
|
||||
path = "~/Game/save";
|
||||
};
|
||||
music = {
|
||||
devices = [ "nebula" ];
|
||||
path = "~/Music";
|
||||
type = "sendonly";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue