mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
refactor: modularize programs and services
This commit is contained in:
parent
191d3c3392
commit
f74e59d56b
16 changed files with 126 additions and 69 deletions
5
hosts/nixos/modules/programs/steam.nix
Normal file
5
hosts/nixos/modules/programs/steam.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue