/nix

My nix configuration

Primary LanguageShell

Running Nix Configuration

Introduction

This guide outlines the steps to execute the provided Nix configuration to set up your environment.

Prerequisites

Ensure you have the following prerequisites installed:

Configuration Files

Ensure you have the following configuration files in your environment:

  • default.nix: Contains the Nix package definitions and shell configuration.
  • bash_it.sh: Bash-it configuration script.
  • script.sh: Shell script containing executable commands.

Steps to Execute

  1. Clone the Repository:

    Clone the repository containing the configuration files.

    git clone <repository_url>

Navigate to the Directory:

Change into the directory containing the cloned repository.

cd <repository_directory>

Execute Nix Shell:

Execute the Nix shell by running the following command:

nix-shell default.nix