mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 06:33:08 +01:00
Add ZaneyOS version to Neofetch and environment variables
This commit is contained in:
parent
16c95b53ad
commit
4f25b207d4
@ -3,7 +3,7 @@
|
||||
{
|
||||
home.file.".config/neofetch/config.conf".text = ''
|
||||
print_info() {
|
||||
prin "$(color 6) ZaneyOS "
|
||||
prin "$(color 6) ZaneyOS $ZANEYOS_VERSION"
|
||||
info underline
|
||||
info "$(color 7) VER" kernel
|
||||
info "$(color 2) UP " uptime
|
||||
|
@ -54,6 +54,7 @@ in {
|
||||
|
||||
environment.variables = {
|
||||
FLAKE = "${flakeDir}";
|
||||
ZANEYOS_VERSION="1.0";
|
||||
POLKIT_BIN = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user