From 2dcebe688794d0ce3de6fd77cb5e8c164d5db791 Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Thu, 18 Jun 2026 21:23:40 -0500 Subject: [PATCH] experimental features added --- hosts/laptop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index cbdcefc..f7b17ec 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -53,6 +53,8 @@ enableSSHSupport = true; }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + environment.systemPackages = with pkgs; [ neovim git