Add back Steam Deck and add experimental unstable

This commit is contained in:
Jimbo 2024-10-21 02:12:30 -04:00
parent d4f132616e
commit 14aad2871f
18 changed files with 282 additions and 41 deletions

View file

@ -7,6 +7,5 @@
./mpd
./networkfs
./polkit
./school
];
}

View file

@ -0,0 +1,14 @@
{ pkgs, ... }:
{
jovian = {
steam = {
enable = true;
autoStart = true;
user = "jimbo";
desktopSession = "sway";
};
decky-loader.enable = true;
devices.steamdeck.enable = true;
steamos.useSteamOSConfig = true;
};
}

View file

@ -1,4 +1,6 @@
{ ... }:
{
services.globalprotect.enable = true;
imports = [
./globalprotect
];
}

View file

@ -0,0 +1,4 @@
{ ... }:
{
services.globalprotect.enable = true;
}