eRgo35 / nix-config

NixOS Configuration Files

Home Page:https://nixos.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

❄️ NixOS Configuration

Here is my global NixOS configuration

Install

Check if Nix version is >= 2.4

nix --version

Allow experimental flakes

export NIX_CONFIG="experimental-features = nix-command flakes"

Clone this repo

git clone https://github.com/eRgo35/nix-config ~/.dots
cd ~/.dots

Usage

Apply system configuration

sudo nixos-rebuild switch --flake .#host

Apply user configuration

home-manager switch --flake .#user@host

About

NixOS Configuration Files

https://nixos.org/


Languages

Language:Shell 61.7%Language:Nix 35.3%Language:Lua 2.7%Language:GLSL 0.4%