Use Plasma on Steam Deck
This commit is contained in:
parent
6e042b16ec
commit
42b2c990d9
4 changed files with 31 additions and 21 deletions
|
|
@ -3,11 +3,21 @@
|
||||||
{
|
{
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.folders.music = {
|
settings.folders = {
|
||||||
enable = true;
|
game-data = {
|
||||||
devices = [ "nebula" ];
|
devices = [ "protostar" ];
|
||||||
path = "~/Music";
|
path = "~/Game/data";
|
||||||
type = "sendonly";
|
type = "sendonly";
|
||||||
|
};
|
||||||
|
game-save = {
|
||||||
|
devices = [ "protostar" ];
|
||||||
|
path = "~/Game/save";
|
||||||
|
};
|
||||||
|
music = {
|
||||||
|
devices = [ "nebula" ];
|
||||||
|
path = "~/Music";
|
||||||
|
type = "sendonly";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.folders.music = {
|
settings.folders.music = {
|
||||||
enable = true;
|
|
||||||
devices = [ "blitzar" ];
|
devices = [ "blitzar" ];
|
||||||
path = "~/Music";
|
path = "~/Music";
|
||||||
type = "receiveonly";
|
type = "receiveonly";
|
||||||
|
|
|
||||||
|
|
@ -15,16 +15,16 @@ in
|
||||||
yuzu
|
yuzu
|
||||||
];
|
];
|
||||||
jovian = {
|
jovian = {
|
||||||
decky-loader = {
|
|
||||||
enable = true;
|
|
||||||
user = usr;
|
|
||||||
};
|
|
||||||
devices.steamdeck.enable = true;
|
devices.steamdeck.enable = true;
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
desktopSession = "gamescope-wayland";
|
desktopSession = "plasma";
|
||||||
user = usr;
|
user = usr;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.steam.enable = true;
|
||||||
|
|
||||||
|
services.xserver.desktopManager.plasma6.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,16 @@
|
||||||
{
|
{
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# settings = let pc = "blitzar"; in {
|
settings.folders = {
|
||||||
# folders.music = {
|
game-data = {
|
||||||
# enable = true;
|
devices = [ "blitzar" ];
|
||||||
# devices = [ pc ];
|
path = "~/Game/data";
|
||||||
# id = "Music";
|
type = "receiveonly";
|
||||||
# label = "Music";
|
};
|
||||||
# path = "~/Music";
|
game-save = {
|
||||||
# type = "receiveonly";
|
device = [ "blitzar" ];
|
||||||
# };
|
path = "~/Game/save";
|
||||||
# };
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue