mirror of
https://github.com/kossLAN/nu-flake.git
synced 2025-12-21 13:01:38 -05:00
new nu flake, shell dots for the nixxed.
| nix | ||
| nu-config | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
nu-flake
An extensible nu-shell wrapper based on my original zsh-flake with some notable improvements, made using nix flakes.
Why?
I don't like home-management, and I want to be able to quickly run my dots using nix anywhere/anytime.
Installation
NixOS Configuration Installation
nixpkgs.overlays = [
nu-flake.overlays.default
];
environment.systemPackages = [ pkgs.nushell ];
Testing
$ nix run github:kossLAN/nu-flake