nix-configurations/home/features/gaming/default.nix

12 lines
165 B
Nix
Raw Normal View History

2022-12-30 12:05:46 +00:00
{ pkgs, ... }: {
imports = [
./steam.nix
];
home.packages = with pkgs; [
gamescope
goverlay
mangohud
];
programs.gamemode.enable = true;
}