summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-01-12 07:57:05 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-01-12 07:57:05 -0700
commit54ed0dc9c93fecfe60f9b4feec911ea8b58c32a0 (patch)
tree637f9b2ad6c48b853afdcda81facc5fb7131bb4d /modules/home-manager
parentbb099942ebb992beb786a01d1107f4b294121583 (diff)
bugfix theme
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/shell.nix2
1 files changed, 1 insertions, 1 deletions
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)})
'';
};