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 to my environments until they are available on nixpkgs or until they are properly packaged.

Package list

  • foxmarks-2.0.3: CLI read-only interface for Mozilla Firefox's bookmarks
  • 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.11-betterbib-7.1.17: Tool to update BibTeX files with info from online resources
  • python3.11-dmsuite-0.3.0: Scientific library providing a collection of spectral collocation differentiation matrices
  • python3.11-mobase-stubs-2.4.0: Typing stubs for MO2 Python API
  • python3.11-plm-0.2.11: Command-line tool and library that managers your Python software licenses
  • python3.11-py-machineid-0.4.6: Library to get the unique machine ID of any host
  • python3.11-pyfomod-1.2.1: High-level Fomod library
  • python3.11-winregistry-1.1.1: Minimal library aimed at working with Windows registry
  • python3.11-x21-0.5.1
  • python3.11-xdg-open-wsl-2022-04-16: xdg-open replacement for WSL that opens files and links using Windows apps
  • spriggit-cli-0.24: 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
  • when-cli-0.4.0: Command line tool for converting between timezones
  • win32yank-bin-0.1.1: Windows clipboard tool

The subsequent packages are no longer being maintained within this repository. The last updated derivation of these packages can be found in the ./pkgs-old folder.

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