steam stuff

This commit is contained in:
mjallen18
2026-01-16 17:49:46 -06:00
parent 51f4b335b1
commit 341d522fd4
2 changed files with 25 additions and 30 deletions

View File

@@ -7,7 +7,7 @@
{ {
imports = [ imports = [
./boot.nix ./boot.nix
# ./jovian.nix ./jovian.nix
]; ];
${namespace} = { ${namespace} = {

View File

@@ -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;
}; # };
}; # };
} }