A blazing fast ZSH and NuShell theme written in Rust with focus on information density, screen real estate, and beauty.
Using NixOS, add the following to your system flake:
{
inputs = {
simpalt.url = "github:m-lima/simpalt";
};
outputs =
{
...
}:
{
[...]
home-manager =
let
simpalt = {
pkg = inputs.simpalt.packages.${pkgs.stdenv.hostPlatform.system}.default;
zsh = inputs.simpalt.lib.zsh;
};
in:
{
home.packages = [ simpalt.pkg ];
programs.zsh.initContent = simpalt.zsh {
symbol = "₵";
toggleBinding = "^T";
};
};
};
}- Get the binary by either:
- Downloading from the release page
- Copiling with Rust
- Load the
simpalt.zshorsimpalt.nuin your initialization script
