diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-11 19:33:46 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-11 19:33:46 -0700 |
| commit | 4c3308d5f53a9559984588db2e0432773f5f54ca (patch) | |
| tree | b57ff358f22aa7de45b7014b35df7ce2679351ff | |
| parent | 59991e65c440a8c78634ea517fb37b8f339bf62f (diff) | |
Change theme import to a symlink
| -rw-r--r-- | home.nix | 2 | ||||
| l--------- | theme.nix | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,7 @@ ./modules/home ]; - theme = import ./themes/skull.nix; + theme = import ./theme.nix; home.stateVersion = "23.11"; diff --git a/theme.nix b/theme.nix new file mode 120000 index 0000000..08b1d92 --- /dev/null +++ b/theme.nix @@ -0,0 +1 @@ +themes/matama.nix
\ No newline at end of file |