flake/users/guanranwang/home-manager/nixos/presets/desktop/gaming.nix

14 lines
249 B
Nix
Raw Normal View History

{pkgs, ...}: {
2023-10-16 08:26:06 +00:00
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
};
}