diff --git a/config/home/neofetch.nix b/config/home/neofetch.nix index 403221d..8904aef 100644 --- a/config/home/neofetch.nix +++ b/config/home/neofetch.nix @@ -3,7 +3,7 @@ { home.file.".config/neofetch/config.conf".text = '' print_info() { - prin "$(color 6) ZaneyOS $ZOSVER " + prin "$(color 6) ZaneyOS " info underline info "$(color 7) VER" kernel info "$(color 2) UP " uptime diff --git a/config/system/neovim.nix b/config/system/neovim.nix index 44c298d..5724e40 100644 --- a/config/system/neovim.nix +++ b/config/system/neovim.nix @@ -14,14 +14,6 @@ in { enable = true; powerlineFonts = true; theme = "tomorrow"; - symbols = { - branch = ""; - colnr = " "; - readonly = ""; - linenr = " "; - maxlinenr = "☰ "; - dirty= "⚡"; - }; }; startup = { enable = true; diff --git a/config/system/persistence.nix b/config/system/persistence.nix index 3e1804b..48b5773 100644 --- a/config/system/persistence.nix +++ b/config/system/persistence.nix @@ -1,7 +1,7 @@ { config, pkgs, lib, username, ... }: let - inherit ( ../../options.nix ) username; + inherit ( import ../../options.nix ) username; in { environment.persistence."/nix/persist" = { diff --git a/system.nix b/system.nix index 93d61bd..30c92e9 100644 --- a/system.nix +++ b/system.nix @@ -53,7 +53,6 @@ in { }; environment.variables = { - ZOSVER = "unstable"; FLAKE = "${flakeDir}"; POLKIT_BIN = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; };