From 881d5f86a5ae9d9b4cb0554e8eb7fb161d999068 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 11 May 2024 19:38:08 -0700 Subject: Explain myself --- home.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index a4c01af..6783f68 100644 --- a/home.nix +++ b/home.nix @@ -7,6 +7,9 @@ ./modules/home ]; + # theme.nix is a symlink to a theme under ./themes/ + # This lets me switch out my theme while only altering + # theme.nix, which I dont commit changes to. theme = import ./theme.nix; home.stateVersion = "23.11"; -- cgit v1.2.3