From 6fa75a34e7a595908f611e69d6bdd1aee2058686 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 12 Jan 2024 07:49:13 -0700 Subject: use catppuccin theme for nushell --- modules/home-manager/shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/home-manager') 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)}) ''; }; } -- cgit v1.2.3