2023-11-04 10:14:42 +00:00
|
|
|
{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
|
|
|
|
};
|
2023-11-04 10:14:42 +00:00
|
|
|
}
|