new nu flake, shell dots for the nixxed.
Find a file
2025-12-12 01:31:27 -05:00
nix fix: load plugins properly by creating a plugin registry 2025-12-12 01:31:27 -05:00
nu-config Initial Commit 2025-12-11 19:37:06 -05:00
.gitignore fix: overlay maybe 2025-12-11 19:49:08 -05:00
flake.lock Initial Commit 2025-12-11 19:37:06 -05:00
flake.nix fix: overlay again, hopefully this is it 2025-12-11 19:59:45 -05:00
LICENSE Initial Commit 2025-12-11 19:37:06 -05:00
README.md update readme 2025-12-11 19:38:17 -05:00

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