aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-11 19:33:46 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-11 19:33:46 -0700
commit4c3308d5f53a9559984588db2e0432773f5f54ca (patch)
treeb57ff358f22aa7de45b7014b35df7ce2679351ff /home.nix
parent59991e65c440a8c78634ea517fb37b8f339bf62f (diff)
Change theme import to a symlink
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index ec6c7b2..a4c01af 100644
--- a/home.nix
+++ b/home.nix
@@ -7,7 +7,7 @@
./modules/home
];
- theme = import ./themes/skull.nix;
+ theme = import ./theme.nix;
home.stateVersion = "23.11";