aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix2
l---------theme.nix1
2 files changed, 2 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";
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