diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/shell.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index cd35607..c1bcab9 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -1,4 +1,4 @@ -{nushell-scripts, ... }: { +k{nushell-scripts, ... }: { programs.nushell = { enable = true; shellAliases = { @@ -24,6 +24,8 @@ source ${nushell-scripts}/custom-completions/cargo/cargo-completions.nu source ${nushell-scripts}/custom-completions/make/make-completions.nu source ${nushell-scripts}/custom-completions/git/git-completions.nu + source ${nushell-scripts}/themes/nu-themes/catppuccin-mocha.nu + $env.config = ($env.config | merge {color_config: (catppuccin-mocha)}) ''; }; } |
