started modifing configuration structure
This commit is contained in:
6
system/services/steam/default.nix
Normal file
6
system/services/steam/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.steam ];
|
||||
programs.steam.enable = true;
|
||||
programs.steam.fontPackages = with pkgs; [ ipafont ];
|
||||
}
|
||||
Reference in New Issue
Block a user