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