Skip to content

eRgo35/nix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❄️ 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