Update Steam Deck config

This commit is contained in:
Invariantspace 2024-03-02 15:29:23 -08:00
parent 4dedb233de
commit 6a3170bad9
11 changed files with 53 additions and 44 deletions

View file

@ -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;
};
}