comma / nh
This commit is contained in:
23
home.org
23
home.org
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user