mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 19:46:14 +01:00
Compare commits
3 Commits
371024a209
...
6490d5669d
| Author | SHA1 | Date | |
|---|---|---|---|
| 6490d5669d | |||
| 6f5142bfc6 | |||
| 3d4b7910c0 |
@@ -63,7 +63,6 @@
|
|||||||
# > gaming < #
|
# > gaming < #
|
||||||
prismlauncher
|
prismlauncher
|
||||||
classicube
|
classicube
|
||||||
steam
|
|
||||||
|
|
||||||
# > development < #
|
# > development < #
|
||||||
podman
|
podman
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
./modules/remote-builder.nix
|
./modules/remote-builder.nix
|
||||||
./modules/security.nix
|
./modules/security.nix
|
||||||
./modules/ssh.nix
|
./modules/ssh.nix
|
||||||
|
./modules/steam.nix
|
||||||
./modules/users.nix
|
./modules/users.nix
|
||||||
./modules/vm.nix
|
./modules/vm.nix
|
||||||
]
|
]
|
||||||
|
|||||||
8
hosts/modules/steam.nix
Normal file
8
hosts/modules/steam.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ inputs, pkgs, ... }: {
|
||||||
|
programs.steam = {
|
||||||
|
enable = true;
|
||||||
|
extraCompatPackages = with pkgs; [
|
||||||
|
proton-ge-bin
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user