diff --git a/README.md b/README.md index 8e287fa..1746b81 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +
+ # ZaneyOS 🟰 Best ❄️ NixOS Configs ZaneyOS is a way of reproducing my configuration on any NixOS system. This includes the wallpaper, scripts, applications, config files, and more. *Please remember to change username and hostname in flake.nix.* diff --git a/options.nix b/options.nix index 2ece519..b193bd8 100644 --- a/options.nix +++ b/options.nix @@ -15,7 +15,7 @@ in { hostname = "${hostname}"; gitUsername = "Tyler Kelley"; gitEmail = "tylerzanekelley@gmail.com"; - theme = "gigavolt"; + theme = "tokyo-night-storm"; slickbar = if waybarStyle == "slickbar" then true else false; simplebar = if waybarStyle == "simplebar" then true else false; borderAnim = true;