summaryrefslogtreecommitdiff
path: root/users/seth/shell/nu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/shell/nu.nix')
-rw-r--r--users/seth/shell/nu.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/seth/shell/nu.nix b/users/seth/shell/nu.nix
index b5b1529..69438ea 100644
--- a/users/seth/shell/nu.nix
+++ b/users/seth/shell/nu.nix
@@ -5,7 +5,7 @@
...
}: let
cfg = config.seth.shell.nushell;
- theme = "catppuccin-${config.catppuccin.flavour}";
+ theme = "catppuccin-${config.catppuccin.flavor}";
in {
options.seth.shell.nushell = {
enable = lib.mkEnableOption "Nushell configuration";