Add steam
This commit is contained in:
parent
5919f10719
commit
0a946e4b70
1 changed files with 12 additions and 0 deletions
|
@ -44,6 +44,18 @@
|
|||
cockatrice
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
age.secrets."website-secret".file = ../../secrets/website.age;
|
||||
|
||||
devices = {
|
||||
|
|
Loading…
Reference in a new issue