From abd2c55d1c36fbcdad6b6a30042cb6e487238cb7 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Wed, 25 Feb 2026 20:40:07 +0100 Subject: [PATCH] Add antigravity to the list of tools --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index d112703..9ed9407 100644 --- a/flake.nix +++ b/flake.nix @@ -54,6 +54,8 @@ # 2. sudo wg-quick up wg0 wireguard-tools wireguard-go + + antigravity ]; nixpkgs.config.allowUnfree = true;