diff options
-rw-r--r-- | options.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/options.nix b/options.nix index 73b5193..8202466 100644 --- a/options.nix +++ b/options.nix @@ -3,8 +3,7 @@ fullName = "Freya Murphy"; email = "freya@freyacat.org"; - # custom theme - theme = rec { + theme = { colors = (import ./themes).catppuccin.mocha; font = { @@ -28,7 +27,6 @@ avatar = "~/.config/nix/files/pfps/mioShun.jxl"; }; - # programs to auto run in gui autoRun = [ "wl-clip-persist -c both" "thunderbird" |