From e4ffbff315bf7014e25dad658fb5c0a10abdc148 Mon Sep 17 00:00:00 2001 From: gytic <149968794+gytic@users.noreply.github.com> Date: Sun, 27 Jul 2025 01:34:48 +0200 Subject: [PATCH] docs: add section about experimental features --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e6f3eda..88e033f 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,13 @@ Some have been lightly edited. Originals were created by [aconfuseddragon](https home-manager switch ``` +### Experimental Features + +NixOS-95 relys on multiple experimental nix features. These are: +1. [flakes](https://wiki.nixos.org/wiki/Flakes) +2. [pipe-operators](https://nix.dev/manual/nix/2.26/language/operators#pipe-operators) +They are needed to activate the configuration. + ### Rebuild Notes Due to how **Home Manager** and XFCE handle theming, changes may not fully apply on the first attempt.