No description
Find a file
2026-02-10 00:47:50 +01:00
config.nu format original code by hand (no nufmt) 2026-02-06 23:18:05 +01:00
env.nu use nu-files with templates 2026-02-06 22:48:24 +01:00
flake.lock added flake.lock 2026-02-04 22:01:48 +01:00
flake.nix added nixos module 2026-02-04 22:33:11 +01:00
nixos.nix hotfix 2026-02-04 22:36:10 +01:00
nushell.nix improved 2026-02-06 22:52:59 +01:00
README.md added README 2026-02-10 00:47:50 +01:00
vars.nix initial version 2026-02-04 21:50:13 +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