flake/users/guanranwang/home-manager/applications/mangohud/default.nix

6 lines
138 B
Nix

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