diff options
| author | seth <[email protected]> | 2024-05-24 22:44:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-24 20:50:28 -0600 |
| commit | 5533072babca9fdefe45151ee834cdd14e1c679e (patch) | |
| tree | 3f1cc730496d27f92a997b0e60da517bdb8c1cc5 | |
| parent | 0cef7e8102f1defdd4a0cce1f441286701385914 (diff) | |
seth: catppuccin.flavour -> catppuccin.flavor
| -rw-r--r-- | users/seth/programs/default.nix | 2 | ||||
| -rw-r--r-- | users/seth/shell/nu.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index 9fa1936..81cfdb7 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -42,7 +42,7 @@ in { catppuccin = { enable = true; - flavour = "mocha"; + flavor = "mocha"; }; programs = { 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"; |
