flake/users/guanranwang/home-manager/applications/mangohud/default.nix
2023-11-30 02:48:13 +08:00

6 lines
142 B
Nix

{...}: {
programs.mangohud = {
enable = true;
# TODO: add configuration, i have no idea how to display stuff with nix syntax
};
}