steam stuff
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
# ./jovian.nix
|
./jovian.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
${namespace} = {
|
${namespace} = {
|
||||||
|
|||||||
@@ -9,46 +9,41 @@
|
|||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
user = "deck";
|
user = "matt";
|
||||||
desktopSession = "gnome";
|
desktopSession = "cosmic";
|
||||||
};
|
};
|
||||||
|
|
||||||
steamos = {
|
steamos = {
|
||||||
useSteamOSConfig = true;
|
useSteamOSConfig = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
devices = {
|
devices.steamdeck.enable = false;
|
||||||
steamdeck = {
|
|
||||||
enable = true;
|
|
||||||
enableGyroDsuService = true; # If enabled, motion data from the gyroscope can be used in Cemu with Cemuhoo
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.has.amd.gpu = true;
|
hardware.has.amd.gpu = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
specialisation."vanilla".configuration = {
|
# specialisation."vanilla".configuration = {
|
||||||
services.desktopManager.gdm.enable = true;
|
# services.desktopManager.gdm.enable = true;
|
||||||
jovian = {
|
# jovian = {
|
||||||
steam = {
|
# steam = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
autoStart = false;
|
# autoStart = false;
|
||||||
user = "deck";
|
# user = "deck";
|
||||||
desktopSession = "gnome";
|
# desktopSession = "gnome";
|
||||||
};
|
# };
|
||||||
|
|
||||||
steamos = {
|
# steamos = {
|
||||||
useSteamOSConfig = true;
|
# useSteamOSConfig = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
devices = {
|
# devices = {
|
||||||
steamdeck = {
|
# steamdeck = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
enableGyroDsuService = true; # If enabled, motion data from the gyroscope can be used in Cemu with Cemuhoo
|
# enableGyroDsuService = true; # If enabled, motion data from the gyroscope can be used in Cemu with Cemuhoo
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
hardware.has.amd.gpu = true;
|
# hardware.has.amd.gpu = true;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user