summaryrefslogtreecommitdiff
path: root/users/seth/shell/nu.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-24 22:44:55 -0400
committerseth <[email protected]>2024-05-24 20:50:28 -0600
commit5533072babca9fdefe45151ee834cdd14e1c679e (patch)
tree3f1cc730496d27f92a997b0e60da517bdb8c1cc5 /users/seth/shell/nu.nix
parent0cef7e8102f1defdd4a0cce1f441286701385914 (diff)
seth: catppuccin.flavour -> catppuccin.flavor
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";