diff options
Diffstat (limited to 'options.nix')
-rw-r--r-- | options.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.nix b/options.nix index 7aa143b..fb45323 100644 --- a/options.nix +++ b/options.nix @@ -5,7 +5,7 @@ # custom theme theme = rec { - colors = (import ./nix/themes).catppuccin.mocha; + colors = (import ./themes).catppuccin.mocha; font = { size = 14; |