flake/users/guanranwang/home-manager/nixos/presets/gaming.nix
2023-10-16 16:26:06 +08:00

19 lines
No EOL
289 B
Nix

{ pkgs, ... }:
{
imports = [
./desktop.nix
];
home.packages = with pkgs; [
steam
#lunar-client
prismlauncher
osu-lazer-bin
];
programs.mangohud = {
enable = true;
# TODO: add configuration, i have no idea how to display stuff with nix syntax
};
}