Skip to content

kossLAN/zsh-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A mirror of my shrimple zsh flake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages