profiles/dev: alphabetize application list

This commit is contained in:
Gabriel Arazas 2023-05-02 12:34:12 +08:00
parent 34bda33d8f
commit 8bef44769e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -29,6 +29,7 @@ in {
exa # Oh nice, a shinier `ls`.
];
# dog > sky dog > cat.
programs.bat = {
enable = true;
config = {
@ -142,13 +143,13 @@ in {
(lib.mkIf cfg.extras.enable {
home.packages = with pkgs; [
tree-sitter # The modern way of text highlighting.
hyperfine # Making sure your apps are not just fine but REEEEEEAAAAALY fine.
act # Test your CI without embarrassing yourself repeatedly pushing into GitHub repos.
github-cli # So you don't have to use much of GitHub on the site, I guess.
hut # So you don't have to see much of Sourcehut's brutalist design, I guess.
act # Test your CI without embarrassing yourself repeatedly pushing into GitHub repos.
hyperfine # Making sure your apps are not just fine but REEEEEEAAAAALY fine.
irssi # Communicate in the terminal like a normal person.
license-cli # A nice generator template for license files.
tree-sitter # The modern way of text highlighting.
treefmt # I like the tagline of this tool: "One CLI for formatting your code tree." (It rhymes somewhat.)
zenith # Very fanciful system dashboard.
];