diff options
| -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 |