Update Steam Deck config
This commit is contained in:
parent
4dedb233de
commit
02354e07f9
11 changed files with 53 additions and 44 deletions
|
|
@ -8,20 +8,20 @@
|
|||
openDefaultPorts = true;
|
||||
overrideDevices = true;
|
||||
overrideFolders = true;
|
||||
settings = let pc = "blitzar"; in {
|
||||
devices.${pc} = {
|
||||
name = pc;
|
||||
id = "KGCBCIZ-GG6KMQ2-FLK5BWW-GLCEDML-5LCI24S-UKO5UWL-HWNCPYX-ZWWD5AQ";
|
||||
};
|
||||
folders.music = {
|
||||
enable = true;
|
||||
devices = [ pc ];
|
||||
id = "Music";
|
||||
label = "Music";
|
||||
path = "~/Music";
|
||||
type = "receiveonly";
|
||||
};
|
||||
};
|
||||
# settings = let pc = "blitzar"; in {
|
||||
# devices.${pc} = {
|
||||
# name = pc;
|
||||
# id = "KGCBCIZ-GG6KMQ2-FLK5BWW-GLCEDML-5LCI24S-UKO5UWL-HWNCPYX-ZWWD5AQ";
|
||||
# };
|
||||
# folders.music = {
|
||||
# enable = true;
|
||||
# devices = [ pc ];
|
||||
# id = "Music";
|
||||
# label = "Music";
|
||||
# path = "~/Music";
|
||||
# type = "receiveonly";
|
||||
# };
|
||||
# };
|
||||
user = config.constants.userName;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue