diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-17 21:57:53 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-17 21:57:53 -0400 |
commit | e0f2eb724245e02cb247b644f0947261d8665318 (patch) | |
tree | 13f929df40059d37165cbe46be95a6404a1bbecb /options.nix | |
parent | refactor styles to new color scheme basis (diff) | |
download | dotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.tar.gz dotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.tar.bz2 dotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.zip |
remove nix dir and move out all sub modules
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; |