From 4c3308d5f53a9559984588db2e0432773f5f54ca Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 11 May 2024 19:33:46 -0700 Subject: Change theme import to a symlink --- home.nix | 2 +- theme.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 theme.nix 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 -- cgit v1.2.3