Skip to content

Latest commit

 

History

History
executable file
·
38 lines (26 loc) · 2.38 KB

File metadata and controls

executable file
·
38 lines (26 loc) · 2.38 KB

NixOS configuration

assets/nixos-official-logo.png

https://img.shields.io/badge/NixOS-25.05-informational?style=flat.svg

https://github.com/moni-dz/nix-config/actions/workflows/check.yml/badge.svg https://github.com/moni-dz/nix-config/actions/workflows/statix.yml/badge.svg https://github.com/moni-dz/nix-config/actions/workflows/format.yml/badge.svg

Description

NixOS/nix-darwin/home-manager configuration that I use daily.

See also:

Resources and configurations I used to base on:

Why flakes?

jonringer gave a brief explanation as to why one might want to use Nix flakes.

Why flake-parts?

flake-parts allow reusable configuration powered by the module system everyone knows and loves.

See modules/parts, and it’s implementation in my system configurations and my home configurations.