From 6bc62988efc4a72afdd164130e29b19fce573c07 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 6 Dec 2022 15:54:45 +0800 Subject: [PATCH] profiles/dev: add github-cli and update comments --- modules/nixos/profiles/dev.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/nixos/profiles/dev.nix b/modules/nixos/profiles/dev.nix index efa23d9a..319fdb39 100644 --- a/modules/nixos/profiles/dev.nix +++ b/modules/nixos/profiles/dev.nix @@ -93,8 +93,9 @@ in { # Enable all of the gud things. ++ (lib.optionals config.programs.git.enable [ - github-cli # Client for GitHub. - hut # And one for Sourcehut. + tea # Make some Tea... + hut # ...in the Hut... + github-cli # ...in the GitHub CLI. ]); systemd.user.services.nix-upgrade-profile = { @@ -126,7 +127,7 @@ in { fd # Oh nice, a more reliable `find`. ripgrep # On nice, a more reliable `grep`. exa # Oh nice, a shinier `ls`. - bat # dog > bat > cat + bat # dog > sky dog > cat fzf # A fuzzy finder that enables fuzzy finding not furry finding, a common misconception. gopass # An improved version of the password manager for hipsters. zoxide # Gain teleportation abilities!