Add back Steam Deck and add experimental unstable
This commit is contained in:
parent
d4f132616e
commit
14aad2871f
18 changed files with 282 additions and 41 deletions
|
@ -7,6 +7,5 @@
|
|||
./mpd
|
||||
./networkfs
|
||||
./polkit
|
||||
./school
|
||||
];
|
||||
}
|
||||
|
|
14
modules/system/services/pc/jovian/default.nix
Normal file
14
modules/system/services/pc/jovian/default.nix
Normal 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;
|
||||
};
|
||||
}
|
|
@ -1,4 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.globalprotect.enable = true;
|
||||
imports = [
|
||||
./globalprotect
|
||||
];
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.globalprotect.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue