nixos-module

Open-source projects categorized as nixos-module
Language: + Nix + Haskell

Top 7 nixos-module Open-Source Projects

  • nixvim

    Configure Neovim with Nix! [maintainer=@pta2002, @traxys, @GaetanLepage]

  • Project mention: Use traditional config on nixos with nixvim | /r/neovim | 2023-12-09

    # .../nixvim.nix { config, pkgs, lib, ... }: let myConfig = builtins.fetchGit { url = "https://github.com/myusername/nvim"; ref = "master"; }; nixvim = import (builtins.fetchGit { url = "https://github.com/nix-community/nixvim"; ref = "nixos-23.05"; }); sqliteLibPath = lib.makeLibraryPath [ pkgs.sqlite ]; in { imports = [ nixvim.homeManagerModules.nixvim ]; home.activation.copyLuaConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] '' if [ ! -d ${config.xdg.configHome}/nvim ]; then mkdir -p ${config.xdg.configHome}/nvim fi shopt -s extglob cp -r ${myConfig}/!(init.lua) ${config.xdg.configHome}/nvim ''; programs.nixvim = { extraPackages = [ pkgs.sqlite ]; enable = true; extraConfigLua = '' vim.g.sqlite_clib_path = "${sqliteLibPath}" .. "/libsqlite3.so" '' + builtins.readFile "${myConfig}/init.lua"; }; }

  • NixOS-Guide

    NixOS Guide. Learn all about the immutable Nix Operating System and the declarative Nix Expression Language.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nixos-vscode-server

    Visual Studio Code Server support in NixOS

  • base16.nix

    Theme applications with your favourite base16 colorschemes in Nix

  • hercules-ci-agent

    https://hercules-ci.com build and deployment agent

  • nvf

    A highly modular, extensible and distro-agnostic Neovim configuration framework for Nix/NixOS.

  • Project mention: What editor are you using for Rust? | /r/rust | 2023-06-01

    How do you manage your config? Personally, Iā€™m using https://github.com/notashelf/neovim-flake

  • nixos-overlay

    NixOS on your MacBook 2018+ is now a reality.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

nixos-module related posts

  • Nix flakes + IDE integration?

    1 project | /r/NixOS | 6 Dec 2023
  • NixVim ā€“ A Neovim configuration system for Nix

    1 project | news.ycombinator.com | 18 Sep 2023
  • Neovim flake Updates

    1 project | /r/NixOS | 5 Jun 2023
  • using NixOS as a developer

    3 projects | /r/NixOS | 19 Mar 2023
  • Nixvim: A Neovim configuration system for nix

    2 projects | /r/NixOS | 14 Mar 2023
  • Settings for a neovim plugin in home-manager

    3 projects | /r/NixOS | 25 Feb 2023
  • NixVim: Configure Neovim with Nix

    1 project | news.ycombinator.com | 29 Dec 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more ā†’

Index

What are some of the best open-source nixos-module projects? This list will help you:

Project Stars
1 nixvim 1,196
2 NixOS-Guide 635
3 nixos-vscode-server 351
4 base16.nix 154
5 hercules-ci-agent 93
6 nvf 93
7 nixos-overlay 19

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com