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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
services.syncthing = {
|
||||
enable = true;
|
||||
settings.folders.music = {
|
||||
enable = true;
|
||||
devices = [ "blitzar" ];
|
||||
path = "~/Music";
|
||||
type = "receiveonly";
|
||||
|
|
|
|||
|
|
@ -15,16 +15,16 @@ in
|
|||
yuzu
|
||||
];
|
||||
jovian = {
|
||||
decky-loader = {
|
||||
enable = true;
|
||||
user = usr;
|
||||
};
|
||||
devices.steamdeck.enable = true;
|
||||
steam = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
desktopSession = "gamescope-wayland";
|
||||
desktopSession = "plasma";
|
||||
user = usr;
|
||||
};
|
||||
};
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
services.xserver.desktopManager.plasma6.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,15 +3,16 @@
|
|||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
# settings = let pc = "blitzar"; in {
|
||||
# folders.music = {
|
||||
# enable = true;
|
||||
# devices = [ pc ];
|
||||
# id = "Music";
|
||||
# label = "Music";
|
||||
# path = "~/Music";
|
||||
# type = "receiveonly";
|
||||
# };
|
||||
# };
|
||||
settings.folders = {
|
||||
game-data = {
|
||||
devices = [ "blitzar" ];
|
||||
path = "~/Game/data";
|
||||
type = "receiveonly";
|
||||
};
|
||||
game-save = {
|
||||
devices = [ "blitzar" ];
|
||||
path = "~/Game/save";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue