nixos-config/home/gaming/default.nix

14 lines
136 B
Nix
Raw Normal View History

2023-09-30 03:33:49 +02:00
{ pkgs, ... }:
2021-08-01 14:44:23 +02:00
{
2024-05-26 16:45:38 +02:00
imports = [
./steam.nix
./lutris.nix
];
2022-05-12 11:39:41 +02:00
2024-05-26 16:45:38 +02:00
home.packages = with pkgs; [
gamescope
mangohud
];
2021-08-01 14:44:23 +02:00
}