Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.74 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.74 KB

Nix Config

This repository contains Nix configuration files for setting up and managing development environments.

Table of Contents

Installation

Clone the repository:

git clone https://github.com/jakob1379/nix-config.git
cd nix-config

Usage

Apply the configurations by running the provided scripts or commands. Review individual configuration files for details.

Makefile

The Makefile includes targets to install Nix and Home Manager:

  • make install: Installs Nix and Home Manager, setting up necessary configurations.

Development Shell (devShell)

The devShell provides a consistent development environment:

  • Packages: Uses generalPackages for essential tools.
  • Build Inputs: Includes pkgs.pre-commit for managing pre-commit hooks.
  • Shell Hook: Sets the PATH for local Node.js binaries and customizes the shell prompt.
  • Post Build: Installs and updates pre-commit hooks.

Enter the development shell with:

nix develop

Features

  • Comprehensive Nix configurations.
  • Simplified setup scripts.
  • Support for multiple system installations.

Contributing

Contributions are welcome! Fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Explore the repository and customize the configurations to fit your needs!