From 79403b916df2aa1ad539821f49dcd9a97c9d1e85 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:06:59 +0200 Subject: [PATCH] update --- hosts/server/variables.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/variables.nix b/hosts/server/variables.nix index 7222bb8..2fd8f2c 100644 --- a/hosts/server/variables.nix +++ b/hosts/server/variables.nix @@ -29,6 +29,6 @@ sshPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPG9SE80ZyBcXZK/f5ypSKudaM5Jo3XtQikCnGo0jI5E hadi@nixy"; - theme = import ../themes/jack.nix; + theme = import ../themes/windows.nix; }; }