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