aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 3 insertions, 0 deletions
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";