Hacker News new | ask | show | jobs
by jeppesen-io 1484 days ago
yep! also what I find nice is you can just ref a package in a config and it just gets installed

e.g. create a g zsh alias for git using the alias section of zsh module in home manager

> g = "${pkgs.git}/bin/git";