modules and nushell
This commit is contained in:
parent
f1c56b3efa
commit
af5d860ea0
5 changed files with 3 additions and 4 deletions
8
modules/nushell/default.nix
Normal file
8
modules/nushell/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{...}:
|
||||
{
|
||||
home-manager-.rograms.nushell = {
|
||||
enable = true;
|
||||
configFile.source = ./config.nu;
|
||||
envFile.source = ./env.nu;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue