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 }; }