2024-04-23 21:18:39 +02:00
2024-04-23 21:18:39 +02:00
2024-04-22 17:45:42 +02:00
2024-04-16 21:37:22 +02:00
2024-04-22 10:37:18 +02:00
2024-04-23 20:45:23 +02:00
2024-04-09 10:50:50 +02:00
2024-04-21 22:09:07 +02:00
2024-04-22 10:37:18 +02:00
2024-04-16 22:43:33 +02:00

❄️ 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
Description
NixOS Configuration Files
Readme 13 MiB
Languages
Nix 53.2%
Shell 46.5%
GLSL 0.3%