mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
profiles/dev: add github-cli and update comments
This commit is contained in:
parent
2cc7faf2e7
commit
6bc62988ef
@ -93,8 +93,9 @@ in {
|
|||||||
|
|
||||||
# Enable all of the gud things.
|
# Enable all of the gud things.
|
||||||
++ (lib.optionals config.programs.git.enable [
|
++ (lib.optionals config.programs.git.enable [
|
||||||
github-cli # Client for GitHub.
|
tea # Make some Tea...
|
||||||
hut # And one for Sourcehut.
|
hut # ...in the Hut...
|
||||||
|
github-cli # ...in the GitHub CLI.
|
||||||
]);
|
]);
|
||||||
|
|
||||||
systemd.user.services.nix-upgrade-profile = {
|
systemd.user.services.nix-upgrade-profile = {
|
||||||
@ -126,7 +127,7 @@ in {
|
|||||||
fd # Oh nice, a more reliable `find`.
|
fd # Oh nice, a more reliable `find`.
|
||||||
ripgrep # On nice, a more reliable `grep`.
|
ripgrep # On nice, a more reliable `grep`.
|
||||||
exa # Oh nice, a shinier `ls`.
|
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.
|
fzf # A fuzzy finder that enables fuzzy finding not furry finding, a common misconception.
|
||||||
gopass # An improved version of the password manager for hipsters.
|
gopass # An improved version of the password manager for hipsters.
|
||||||
zoxide # Gain teleportation abilities!
|
zoxide # Gain teleportation abilities!
|
||||||
|
Loading…
Reference in New Issue
Block a user