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