aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-11 19:38:08 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-11 19:38:08 -0700
commit881d5f86a5ae9d9b4cb0554e8eb7fb161d999068 (patch)
treebd0df2af521f31e8480cd4ab4cbe9e3a54f3aabb
parent4c3308d5f53a9559984588db2e0432773f5f54ca (diff)
Explain myself
-rw-r--r--home.nix3
l---------theme.nix2
2 files changed, 4 insertions, 1 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";
diff --git a/theme.nix b/theme.nix
index 08b1d92..b3e5bdb 120000
--- a/theme.nix
+++ b/theme.nix
@@ -1 +1 @@
-themes/matama.nix \ No newline at end of file
+themes/skull.nix \ No newline at end of file