diff --git a/flake.nix b/flake.nix index 412d931..dece79e 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,10 @@ inputs.home-manager.follows = "home-manager"; }; }; + + nixConfig = { + extra-experimental-features = "pipe-operators"; + }; outputs = inputs@{ self, nixpkgs, nixcats, ... }: