Add ZaneyOS version to Neofetch and environment variables

This commit is contained in:
Tyler Kelley 2024-04-03 16:45:49 -05:00
parent 16c95b53ad
commit 4f25b207d4
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{ {
home.file.".config/neofetch/config.conf".text = '' home.file.".config/neofetch/config.conf".text = ''
print_info() { print_info() {
prin "$(color 6) ZaneyOS " prin "$(color 6) ZaneyOS $ZANEYOS_VERSION"
info underline info underline
info "$(color 7) VER" kernel info "$(color 7) VER" kernel
info "$(color 2) UP " uptime info "$(color 2) UP " uptime

View File

@ -54,6 +54,7 @@ in {
environment.variables = { environment.variables = {
FLAKE = "${flakeDir}"; FLAKE = "${flakeDir}";
ZANEYOS_VERSION="1.0";
POLKIT_BIN = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; POLKIT_BIN = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
}; };