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

7 lines
142 B
Nix
Raw Normal View History

2023-11-29 18:38:05 +00:00
{...}: {
programs.mangohud = {
enable = true;
# TODO: add configuration, i have no idea how to display stuff with nix syntax
};
}