summaryrefslogtreecommitdiff
path: root/options.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-07-13 15:26:24 -0400
committerFreya Murphy <freya@freyacat.org>2025-07-13 15:26:24 -0400
commitb835df57c10c385320aa6c7748c7037eb8622692 (patch)
treeba08e782f7a5743435baa0ac8ea3308453d1149d /options.nix
parentlinux testing (diff)
downloaddotfiles-nix-b835df57c10c385320aa6c7748c7037eb8622692.tar.gz
dotfiles-nix-b835df57c10c385320aa6c7748c7037eb8622692.tar.bz2
dotfiles-nix-b835df57c10c385320aa6c7748c7037eb8622692.zip
remove useless rec
Diffstat (limited to '')
-rw-r--r--options.nix4
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"