Change theme and begin README improvements

This commit is contained in:
Tyler Kelley 2024-02-17 19:45:19 -06:00
parent fe31b31667
commit 22b9bfeb47
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
<div align="center">
# 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.*

View File

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