lunalunaa / nix-env.fish

Nix environment setup for the fish shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nix-env.fish

Sets up the Nix environment for a non-NixOS Fish shell.

Beyond just setting up $PATH and the various $NIX_* environment variables, this also sets up $fish_function_path and $fish_complete_path to include any Nix-installed Fish functions/completions, and sources any Nix-installed Fish conf.d.

Install

Any Fish package manager should be able to install this.

fisher install lilyball/nix-env.fish

Manual install

You can install this manually by copying or symlinking the conf.d/nix-env.fish file into your ~/.config/fish/conf.d/ folder.

About

Nix environment setup for the fish shell

License:The Unlicense


Languages

Language:Shell 100.0%