From 8bef44769ecfbac9a1b2dc050008f707e74e5da4 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 2 May 2023 12:34:12 +0800 Subject: [PATCH] profiles/dev: alphabetize application list --- modules/home-manager/profiles/dev.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/profiles/dev.nix b/modules/home-manager/profiles/dev.nix index 1199ab42..4abd5b27 100644 --- a/modules/home-manager/profiles/dev.nix +++ b/modules/home-manager/profiles/dev.nix @@ -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. ];