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 /home.nix | |
| parent | 59991e65c440a8c78634ea517fb37b8f339bf62f (diff) | |
Change theme import to a symlink
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ ./modules/home ]; - theme = import ./themes/skull.nix; + theme = import ./theme.nix; home.stateVersion = "23.11"; |