This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-nix/nix/systems/steam.nix

7 lines
71 B
Nix
Raw Permalink Normal View History

2024-04-05 22:32:43 +02:00
{ config, pkgs, ... }: {
# steam
programs.steam.enable = true;
2024-04-05 22:32:43 +02:00
}