From 54ed0dc9c93fecfe60f9b4feec911ea8b58c32a0 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 12 Jan 2024 07:57:05 -0700 Subject: bugfix theme --- modules/home-manager/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 2e6a0df..3224f8d 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -24,7 +24,7 @@ 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 + use ${nushell-scripts}/themes/nu-themes/catppuccin-mocha.nu $env.config = ($env.config | merge {color_config: (catppuccin-mocha)}) ''; }; -- cgit v1.2.3