nixos-config/modules/home/gaming.nix

11 lines
188 B
Nix
Raw Normal View History

2023-11-05 17:56:55 +01:00
{ pkgs, config, inputs, ... }:
{
2023-11-05 11:40:44 +01:00
home.packages = with pkgs;[
2024-02-10 14:57:49 +01:00
## Utils
2024-04-10 18:13:31 +02:00
# gamemode
# gamescope
# winetricks
# inputs.nix-gaming.packages.${pkgs.system}.wine-ge
2023-11-05 11:40:44 +01:00
];
}