From aeaee053c42ce5910dcd17a9e2bd02747343f4d9 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 11 Aug 2024 12:02:11 +0200 Subject: [PATCH] Update Former-commit-id: 246b5b6c8e49ecf5a733301dc400d1677ba656f0 --- hosts/laptop/variables.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/variables.nix b/hosts/laptop/variables.nix index 8a7a7aa..e55fad5 100644 --- a/hosts/laptop/variables.nix +++ b/hosts/laptop/variables.nix @@ -28,6 +28,6 @@ obsidian = true; tailscale = true; - theme = import ../themes/pink.nix; # select your theme here + theme = import ../themes/nixy.nix; # select your theme here }; }