nushell: Use catppuccin theme
This commit is contained in:
parent
a0294100f8
commit
5f689ef78a
1 changed files with 3 additions and 4 deletions
|
@ -38,13 +38,12 @@ in
|
||||||
|
|
||||||
use kink.nu
|
use kink.nu
|
||||||
|
|
||||||
# use ${pkgs.nu_scripts}/share/nu_scripts/themes/nu-themes/dracula.nu
|
# use ${pkgs.nu_scripts}/share/nu_scripts/themes/nu-themes/catppuccin-mocha.nu
|
||||||
use themes/nu-themes/dracula.nu
|
use themes/nu-themes/catppuccin-mocha.nu
|
||||||
|
|
||||||
$env.config = ($env.config | merge { color_config: (dracula)})
|
$env.config = ($env.config | merge { color_config: (catppuccin-mocha)})
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
# register ${pkgs.nushellPlugins.net}/bin/nu_plugin_net
|
|
||||||
|
|
||||||
carapace = {
|
carapace = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue