A mirror of my shrimple zsh flake
Find a file
2025-12-01 03:11:26 -05:00
nix chore: remove testing prompt stuff 2025-07-16 10:50:48 -04:00
flake.lock fix: system to stdenv.hostPlatform.system 2025-12-01 03:10:07 -05:00
flake.nix fix: system to stdenv.hostPlatform.system again 2025-12-01 03:11:26 -05:00
LICENSE Initial commit 2024-11-14 22:35:09 -05:00
README.md Update README.md 2024-11-15 00:29:43 -05:00

zsh-flake

A shrimple personal zsh dotfiles flake :3

Why?

I'd like to use my zsh dotfiles on Non-NixOS systems and have them be systemwide, the current suggested way of configuring zsh with NixOS is by using home-manager and I was not very happy with that solution, this flake overrides the nixpkgs version of zsh to enable the use of it systemwide.

Installation

NixOS Configuration Installation

programs.zsh.enable = true;

nixpkgs.overlays = [
    # replace <zsh-input> with the name of your input
    <zsh-input>.overlays.default
];

Testing

$ nix run github:kosslan/zsh-flake