mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
gaming: add obs
This commit is contained in:
parent
7504a4d8f7
commit
c27686a16b
1 changed files with 4 additions and 1 deletions
|
@ -9,6 +9,9 @@ in
|
|||
config = lib.mkIf cfg.enable
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
environment.systemPackages = [ pkgs.steam-run ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
obs-studio
|
||||
steam-run
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue