modules and nushell

This commit is contained in:
Julian Sutter 2023-01-25 13:09:15 -08:00
parent f1c56b3efa
commit af5d860ea0
5 changed files with 3 additions and 4 deletions

View file

@ -0,0 +1,8 @@
{...}:
{
home-manager-.rograms.nushell = {
enable = true;
configFile.source = ./config.nu;
envFile.source = ./env.nu;
};
}