Skip to content

loicreynier/nixpkgs-lor

Repository files navigation

nixpkgs-lor

Personal Nix package collection.

About

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.

Package list

  • goto-2.1.0: Shell utility allowing users to navigate to aliased directories
  • pinentry-wsl-ps1-0.2-unstable-2022-09-04: GUI for GPG within Windows Subsystem for Linux
  • pinentry-wsl-ps1-wsl2-0.2-unstable-2023-03-10: GUI for GPG within Windows Subsystem for Linux
  • python3.12-betterbib-7.1.17: Tool to update BibTeX files with info from online resources
  • python3.12-dmsuite-0.3.0: Scientific library providing a collection of spectral collocation differentiation matrices
  • python3.12-mobase-stubs-2.4.0: Typing stubs for MO2 Python API
  • python3.12-plm-0.2.11: Command-line tool and library that managers your Python software licenses
  • python3.12-pyfomod-1.2.1: High-level Fomod library
  • python3.12-winregistry-1.1.1: Minimal library aimed at working with Windows registry
  • python3.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 apps
  • spriggit-cli-0.35.1: Tool to facilitate converting Bethesda plugin files to a text based format that can be stored in Git
  • vimplugin-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.

The others Neovim packages that were removed are available in NixNeovimPlugins. This overlay automatically provides all plugins from awesome-neovim.

Installation

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}
  ];
};

Languages