profiles/dev: update extras application list

This commit is contained in:
Gabriel Arazas 2023-11-26 11:09:26 +08:00
parent 34b791b2cd
commit d519835c44
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -166,15 +166,11 @@ in {
(lib.mkIf cfg.extras.enable { (lib.mkIf cfg.extras.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
act # Test your CI without embarrassing yourself repeatedly pushing into GitHub repos. 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.
gum # The fancy shell script toolkit. gum # The fancy shell script toolkit.
hut # So you don't have to see much of Sourcehut's brutalist design, I guess.
hyperfine # Making sure your apps are not just fine but REEEEEEAAAAALY fine. 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. license-cli # A nice generator template for license files.
quilt # Patching right up yer' alley. quilt # Patching right up yer' alley.
tokei # Stroking your programming ego by how many lines of C you've written. tokei # Stroking your programming ego by how many lines of C you've written.
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.) treefmt # I like the tagline of this tool: "One CLI for formatting your code tree." (It rhymes somewhat.)
vhs # Declarative terminal tool demo. vhs # Declarative terminal tool demo.
zenith # Very fanciful system dashboard. zenith # Very fanciful system dashboard.