add nushell
This commit is contained in:
parent
d03507a3fa
commit
43368d1e3a
8 changed files with 22 additions and 24 deletions
|
|
@ -13,8 +13,11 @@ in {
|
|||
".config/btop".source = "${configDir}/btop";
|
||||
".config/wofi".source = "${configDir}/wofi";
|
||||
".config/mako".source = "${configDir}/mako";
|
||||
# ".config/starship.toml".source = "${configDir}/starship/starship.toml";
|
||||
".config/starship.toml".source = "${configDir}/starship/starship.toml";
|
||||
".config/macchiato.toml".source = "${configDir}/starship/macchiato.toml";
|
||||
".config/nushell".source = "${configDir}/nushell";
|
||||
".config/nushell" = {
|
||||
source = "${configDir}/nushell";
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue