mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-25 14:32:05 +02:00
Change theme and begin README improvements
This commit is contained in:
parent
fe31b31667
commit
22b9bfeb47
@ -1,3 +1,5 @@
|
|||||||
|
<div align="center">
|
||||||
|
|
||||||
# ZaneyOS 🟰 Best ❄️ NixOS Configs
|
# 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.*
|
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.*
|
||||||
|
@ -15,7 +15,7 @@ in {
|
|||||||
hostname = "${hostname}";
|
hostname = "${hostname}";
|
||||||
gitUsername = "Tyler Kelley";
|
gitUsername = "Tyler Kelley";
|
||||||
gitEmail = "tylerzanekelley@gmail.com";
|
gitEmail = "tylerzanekelley@gmail.com";
|
||||||
theme = "gigavolt";
|
theme = "tokyo-night-storm";
|
||||||
slickbar = if waybarStyle == "slickbar" then true else false;
|
slickbar = if waybarStyle == "slickbar" then true else false;
|
||||||
simplebar = if waybarStyle == "simplebar" then true else false;
|
simplebar = if waybarStyle == "simplebar" then true else false;
|
||||||
borderAnim = true;
|
borderAnim = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user