add steam

This commit is contained in:
Osman Faruk Bayram 2025-10-29 20:49:56 +03:00
parent 11edcaae2f
commit 8f5256b7d6
2 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,7 @@
machineType = "laptop"; machineType = "laptop";
emulation.aarch64.enable = true; emulation.aarch64.enable = true;
hardware.sound.enable = true; hardware.sound.enable = true;
programs.steam.enable = true;
}; };
networking.hostName = "tartarus"; # Define your hostname. networking.hostName = "tartarus"; # Define your hostname.

View file

@ -7,7 +7,10 @@
osbmModules = { osbmModules = {
desktopEnvironment = "plasma"; desktopEnvironment = "plasma";
machineType = "desktop"; machineType = "desktop";
programs.adbFastboot.enable = true; programs = {
adbFastboot.enable = true;
steam.enable = true;
};
emulation.aarch64.enable = true; emulation.aarch64.enable = true;
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
hardware = { hardware = {