mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 14:06:10 +01:00
91d567d5a59a7c4403dae0e513f0aa1da9b1e9d3
❄️ 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
Languages
Nix
53.2%
Shell
46.5%
GLSL
0.3%