diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-13 15:26:24 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-13 15:26:24 -0400 |
commit | b835df57c10c385320aa6c7748c7037eb8622692 (patch) | |
tree | ba08e782f7a5743435baa0ac8ea3308453d1149d /options.nix | |
parent | linux testing (diff) | |
download | dotfiles-nix-b835df57c10c385320aa6c7748c7037eb8622692.tar.gz dotfiles-nix-b835df57c10c385320aa6c7748c7037eb8622692.tar.bz2 dotfiles-nix-b835df57c10c385320aa6c7748c7037eb8622692.zip |
remove useless rec
Diffstat (limited to '')
-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" |