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";
|
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.
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue