comma / nh

This commit is contained in:
Joe Frikker
2026-03-13 15:36:47 -04:00
parent de1cad39d8
commit 7d84ed1711
3 changed files with 70 additions and 16 deletions

View File

@@ -208,6 +208,15 @@ but still nice to have.
}
#+END_SRC
** Comma
#+BEGIN_SRC nix :tangle target/base/comma.nix
{
programs.nix-index.enable = true;
programs.nix-index-database.comma.enable = true;
}
#+END_SRC
** Direnv
~direnv~ allows loading per-project paths as I navigate to their directories on the command line. I
@@ -350,6 +359,20 @@ The best text editor ever? Heresy!
}
#+END_SRC
** Nh
~nh~ is an alternative frontend to home-manager and a few other nix tools that I'm trying out. It
shows what's changing when you update your config, which is nice.
#+BEGIN_SRC nix :tangle target/base/nh.nix
{
programs.nh = {
enable = true;
};
}
#+END_SRC
** Starship
~starship~ gives me a nice shell prompt, mostly showing the versions of relevant software I have