about summary refs log tree commit diff
path: root/pkgs/applications/graphics/qosmic
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2022-06-16qosmic: enable on darwinNikolay Korotkiy1-6/+16
2020-08-17qosmic: init at 1.6.0Arnout Engelen1-0/+70
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>