From b835df57c10c385320aa6c7748c7037eb8622692 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 13 Jul 2025 15:26:24 -0400 Subject: remove useless rec --- options.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'options.nix') 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" -- cgit v1.2.3-freya