Add .envrc

This commit is contained in:
2022-02-14 23:47:21 +00:00
parent c512c63fdb
commit 762f8bd7ec
3 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
{ pkgs, ... }:
{
# So home-manager will inject the sourcing of ~/.nix-profile/etc/profile.d/nix.sh
targets.genericLinux.enable = true;
programs = {
kakoune.enable = true;
};