move more apps and separate unfree

This commit is contained in:
Noah Masur
2022-04-28 22:43:50 -04:00
parent c89df227e6
commit c797f5ab65
9 changed files with 50 additions and 35 deletions

View File

@ -115,5 +115,11 @@
"starship.toml".source = ../../starship/starship.toml.configlink;
"fish/functions".source = ../../fish.configlink/functions;
};
programs.direnv = {
enable = true;
nix-direnv.enable = true;
config = { whitelist = { prefix = [ "${builtins.toString ../.}/" ]; }; };
};
};
}