disabledapp.nix 206 B

1234567891011
  1. {
  2. categories = [ "System" ];
  3. exec = "true";
  4. genericName = "placeholder";
  5. icon = "application-default-icon";
  6. name = "placeholder";
  7. noDisplay = true;
  8. terminal = false;
  9. type = "Application";
  10. }