This repository has been archived on 2026-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nixos/hosts/gunter/steam.nix
Torjus Håkestad 468e85d0eb
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
gunter: add steam
2026-01-30 20:39:09 +01:00

6 lines
80 B
Nix

{ ... }:
{
programs.steam.enable = true;
programs.gamemode.enable = true;
}