mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 06:19:12 +00:00
profiles/dev: update extras application list
This commit is contained in:
parent
34b791b2cd
commit
d519835c44
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user