add steam
This commit is contained in:
parent
11edcaae2f
commit
8f5256b7d6
2 changed files with 5 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
machineType = "laptop";
|
||||
emulation.aarch64.enable = true;
|
||||
hardware.sound.enable = true;
|
||||
programs.steam.enable = true;
|
||||
};
|
||||
|
||||
networking.hostName = "tartarus"; # Define your hostname.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@
|
|||
osbmModules = {
|
||||
desktopEnvironment = "plasma";
|
||||
machineType = "desktop";
|
||||
programs.adbFastboot.enable = true;
|
||||
programs = {
|
||||
adbFastboot.enable = true;
|
||||
steam.enable = true;
|
||||
};
|
||||
emulation.aarch64.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
hardware = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue