Personal Nix package collection.
This is a personal collection of Nix packages that
I will pull (or have pulled) to nixpkgs
.
I use this Flake to install packages in my environments
until they are available in nixpkgs
or until they are properly packaged.
goto-2.1.0
: Shell utility allowing users to navigate to aliased directoriespinentry-wsl-ps1-0.2-unstable-2022-09-04
: GUI for GPG within Windows Subsystem for Linuxpinentry-wsl-ps1-wsl2-0.2-unstable-2023-03-10
: GUI for GPG within Windows Subsystem for Linuxpython3.12-betterbib-7.1.17
: Tool to update BibTeX files with info from online resourcespython3.12-dmsuite-0.3.0
: Scientific library providing a collection of spectral collocation differentiation matricespython3.12-mobase-stubs-2.4.0
: Typing stubs for MO2 Python APIpython3.12-plm-0.2.11
: Command-line tool and library that managers your Python software licensespython3.12-pyfomod-1.2.1
: High-level Fomod librarypython3.12-winregistry-1.1.1
: Minimal library aimed at working with Windows registrypython3.12-x21-0.5.1
python3.12-xdg-open-wsl-2022-04-16
: xdg-open replacement for WSL that opens files and links using Windows appsspriggit-cli-0.35.1
: Tool to facilitate converting Bethesda plugin files to a text based format that can be stored in Gitvimplugin-duck-nvim-1.0.0-unstable-2024-03-07
vimplugin-vim-bbcode-syntax-0.2
vimplugin-zone-nvim-0-unstable-2024-10-07
win32yank-bin-0.1.1
: Windows clipboard tool
The subsequent packages are no longer being maintained within this repository.
fira-math
: available innixpkgs
foxmarks
: available innixpkgs/master
gen-license
: available innixpkgs
gh-f
: available innixpkgs
gh-notify
: available innixpkgs
mkdnflow-nvim
: available innixpkgs
pdfrw2
: available innixpkgs
py-machineid
: available innixpkgs/unstable
src-cli
: available innixpkgs
when-cli
: available innixpkgs/unstable
The others Neovim packages that were removed are available in NixNeovimPlugins. This overlay automatically provides all plugins from awesome-neovim.
The flake provides an overlay through which you can install the packages in your environments.
pkgs = import nixpkgs {
inherit system;
overlays = [
nixpkgs-lor.overlays.default.${system}
];
};