deck
This commit is contained in:
@@ -90,6 +90,9 @@
|
||||
decky-loader = {
|
||||
enable = true;
|
||||
user = config.${namespace}.user.name;
|
||||
extraPackages = with pkgs; [
|
||||
python3
|
||||
];
|
||||
};
|
||||
steam = {
|
||||
enable = true;
|
||||
@@ -97,6 +100,17 @@
|
||||
desktopSession = "gnome";
|
||||
user = config.${namespace}.user.name;
|
||||
};
|
||||
# steamos = {
|
||||
# useSteamOSConfig
|
||||
# enableAutoMountUdevRules
|
||||
# enableBluetoothConfig
|
||||
# enableDefaultCmdlineConfig
|
||||
# enableEarlyOOM
|
||||
# enableHdmiCecIntegration
|
||||
# enableProductSerialAccess
|
||||
# enableSysctlConfig
|
||||
# enableZram
|
||||
# };
|
||||
};
|
||||
systemd = {
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user