No description
  • Nushell 72.8%
  • Nix 27%
  • Nu 0.2%
Find a file
2026-03-19 22:24:52 +01:00
config.nu remove (unused) but error prone skim plugin 2026-03-17 22:16:15 +01:00
env.nu use nu-files with templates 2026-02-06 22:48:24 +01:00
flake.lock update 2026-03-19 22:24:49 +01:00
flake.nix added nixos module 2026-02-04 22:33:11 +01:00
nixos.nix don't set SHELL, but configure tmux instead 2026-03-19 18:34:13 +01:00
nushell.nix fix 2026-03-19 22:24:52 +01:00
README.md added README 2026-02-10 00:47:50 +01:00
vars.nix remove v alias 2026-03-18 14:22:17 +01:00

Nunix

Hacky wrapper to run nushell from nix with configuration. Can be used like regular package.

Usage

Run directly

nix run "git+https://git.noah.rest/len/nunix.git"

In Config

# flake.nix - inputs
nunix = {
  url = "git+https://git.noah.rest/len/nunix.git?ref=main&shallow=1";
  inputs.nixpkgs.follows = "nixpkgs";
};

provides package + nixos/home-manager modules