flake/users/guanranwang/home-manager/profiles/gaming/nixos/default.nix

18 lines
294 B
Nix
Raw Normal View History

{pkgs, ...}: {
2023-10-16 08:26:06 +00:00
home.packages = with pkgs; [
2023-11-09 18:23:06 +00:00
### Games
2023-10-16 08:26:06 +00:00
steam
osu-lazer-bin
2023-11-09 18:23:06 +00:00
prismlauncher
#lunar-client
### Tools
protonup-qt
2023-10-16 08:26:06 +00:00
];
programs.mangohud = {
enable = true;
# TODO: add configuration, i have no idea how to display stuff with nix syntax
};
}