2024-04-19 18:04:49 +02:00
2024-04-19 18:04:49 +02:00
2024-04-19 13:13:48 +02:00
2024-04-16 21:37:22 +02:00
2024-04-19 18:04:49 +02:00
2024-04-16 21:37:22 +02:00
2024-04-09 10:50:50 +02:00
2024-04-18 23:00:27 +02:00
2024-04-17 10:04:55 +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%