modules and nushell
This commit is contained in:
parent
613572f640
commit
e7182f4bda
1 changed files with 11 additions and 4 deletions
|
|
@ -1,8 +1,15 @@
|
|||
{home-manager, ...}:
|
||||
{
|
||||
home-manager.users.jsutter.programs.nushell = {
|
||||
home-manager.users.jsutter.programs = {
|
||||
nushell = {
|
||||
enable = true;
|
||||
configFile.source = ./config.nu;
|
||||
envFile.source = ./env.nu;
|
||||
};
|
||||
starship = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue